#CAC24D

Color #CAC24D Wattle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wattle #CAC24D

Tints of Wattle #CAC24D

Color information

#CAC24D (or 0xCAC24D) is unknown color: approx Wattle. HEX triplet: CA, C2 and 4D. RGB value is (202,194,77). Sum of RGB (Red+Green+Blue) = 202+194+77=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC24D is #353DB2. Grayscale: #B7B7B7. Windows color (decimal): -3489203 or 5096138. OLE color: 5096138.

HSL color Cylindrical-coordinate representation of color #CAC24D: hue angle of 56.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAC24D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20219477-
CMYK00.040.620.21
HSL56.16º54.11%54.71%-
HSV(B)56.16º61.88%79.22%-
XYZ44.9951.6814.62-
YUV183.0568.15141.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 194 (76.17% from 255) = 41.01%
BLUE value IS 77 (30.47% from 255) = 16.28%
R=42.71%
G=41.01%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021947700.040.620.2156.1654.1154.71
HexCAC24D043E15383637
Octal312302115047625706667
Binary11001010110000101001101010011111010101111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC24D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC24D; }

 p { color: rgb(202,194,77); }

 H1.HeaderClassName
 {
   color: #CAC24D;
 }
 .AnyTagClassName
 {
   color: #CAC24D;
 }
</style>
background-color css

<style>
 a { background-color: #CAC24D; }

 a { background-color: rgb(202,194,77); }

 div.DivClassName
 {
   background-color: #CAC24D;
 }
 .BgClassName
 {
   background-color: #CAC24D;
 }
</style>
border-color css

<style>
 span { border-color: #CAC24D; }

 span { border-color: rgb(202,194,77); }

 td.TdClassName
 {
   border-color: #CAC24D;
 }
 .TagClassName
 {
   border-color: #CAC24D;
 }
</style>