#CAC64D

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

Shades of Wattle #CAC64D

Tints of Wattle #CAC64D

Color information

#CAC64D (or 0xCAC64D) is unknown color: approx Wattle. HEX triplet: CA, C6 and 4D. RGB value is (202,198,77). Sum of RGB (Red+Green+Blue) = 202+198+77=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 198 (77.73% from 255 or 41.51% from 477); Blue value is 77 (30.47% from 255 or 16.14% from 477); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC64D is #3539B2. Grayscale: #B9B9B9. Windows color (decimal): -3488179 or 5097162. OLE color: 5097162.

HSL color Cylindrical-coordinate representation of color #CAC64D: hue angle of 58.08º 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 #CAC64D is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB20219877-
CMYK00.020.620.21
HSL58.08º54.11%54.71%-
HSV(B)58.08º61.88%79.22%-
XYZ45.8953.4814.93-
YUV185.466.83139.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 198 (77.73% from 255) = 41.51%
BLUE value IS 77 (30.47% from 255) = 16.14%
R=42.35%
G=41.51%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021987700.020.620.2158.0854.1154.71
HexCAC64D023E153a3637
Octal312306115027625726667
Binary1100101011000110100110101011111010101111010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC64D; }

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

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

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

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

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

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

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

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