#CAC44C

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

Shades of Wattle #CAC44C

Tints of Wattle #CAC44C

Color information

#CAC44C (or 0xCAC44C) is unknown color: approx Wattle. HEX triplet: CA, C4 and 4C. RGB value is (202,196,76). Sum of RGB (Red+Green+Blue) = 202+196+76=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 196 (76.95% from 255 or 41.35% from 474); Blue value is 76 (30.08% from 255 or 16.03% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC44C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC44C is #353BB3. Grayscale: #B8B8B8. Windows color (decimal): -3488692 or 5031114. OLE color: 5031114.

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

Color convert

RGB20219676-
CMYK00.030.620.21
HSL57.14º54.31%54.51%-
HSV(B)57.14º62.38%79.22%-
XYZ45.452.5614.59-
YUV184.1166.99140.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.62%
GREEN value IS 196 (76.95% from 255) = 41.35%
BLUE value IS 76 (30.08% from 255) = 16.03%
R=42.62%
G=41.35%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021967600.030.620.2157.1454.3154.51
HexCAC44C033E15393637
Octal312304114037625716667
Binary1100101011000100100110001111111010101111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC44C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC44C; }

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

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

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

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

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

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

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

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