#CAC44B

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

Shades of Wattle #CAC44B

Tints of Wattle #CAC44B

Color information

#CAC44B (or 0xCAC44B) is unknown color: approx Wattle. HEX triplet: CA, C4 and 4B. RGB value is (202,196,75). Sum of RGB (Red+Green+Blue) = 202+196+75=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 75 (29.69% from 255 or 15.86% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC44B is #353BB4. Grayscale: #B8B8B8. Windows color (decimal): -3488693 or 4965578. OLE color: 4965578.

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

Color convert

RGB20219675-
CMYK00.030.630.21
HSL57.17º54.51%54.31%-
HSV(B)57.17º62.87%79.22%-
XYZ45.3752.5414.41-
YUV18466.49140.84-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.71%
GREEN value IS 196 (76.95% from 255) = 41.44%
BLUE value IS 75 (29.69% from 255) = 15.86%
R=42.71%
G=41.44%
B=15.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021967500.030.630.2157.1754.5154.31
HexCAC44B033F15393736
Octal312304113037725716766
Binary1100101011000100100101101111111110101111001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC44B; }

 p { color: rgb(202,196,75); }

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

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

 a { background-color: rgb(202,196,75); }

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

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

 span { border-color: rgb(202,196,75); }

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