Shades of Wattle #CAC04C
Tints of Wattle #CAC04C
RGB
CMYK
RGB Variations
Color information
#CAC04C (or 0xCAC04C) is known color: Wattle. HEX triplet: CA, C0 and 4C. RGB value is (202,192,76). Sum of RGB (Red+Green+Blue) = 202+192+76=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 192 (75.39% from 255 or 40.85% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC04C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC04C is #353FB3. Grayscale: #B6B6B6. Windows color (decimal): -3489716 or 5030090. OLE color: 5030090.
HSL color Cylindrical-coordinate representation of color #CAC04C: hue angle of 55.24º 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 #CAC04C is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 76 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.21 |
| HSL | 55.24º | 0.54% | 0.55% | - |
| HSV(B) | 55.24º | 0.62% | 0.79% | - |
| XYZ | 44.51 | 50.78 | 14.29 | - |
| YUV | 181.77 | 68.31 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 76 | 0 | 0.05 | 0.62 | 0.21 | 55.24 | 0.54 | 0.55 |
| Hex | CA | C0 | 4C | 0 | 5 | 3E | 15 | 37 | 36 | 37 |
| Octal | 312 | 300 | 114 | 0 | 5 | 76 | 25 | 67 | 66 | 67 |
| Binary | 11001010 | 11000000 | 1001100 | 0 | 101 | 111110 | 10101 | 110111 | 110110 | 110111 |
Color Harmonies of #CAC04C
Complementary color
Monochromatic Colors of #CAC04C
Black with #CAC04C
Text Example
Text Example
White with #CAC04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC04C; }
p { color: rgb(202,192,76); }
H1.HeaderClassName
{
color: #CAC04C;
}
.AnyTagClassName
{
color: #CAC04C;
}
</style>
background-color css
<style>
a { background-color: #CAC04C; }
a { background-color: rgb(202,192,76); }
div.DivClassName
{
background-color: #CAC04C;
}
.BgClassName
{
background-color: #CAC04C;
}
</style>
border-color css
<style>
span { border-color: #CAC04C; }
span { border-color: rgb(202,192,76); }
td.TdClassName
{
border-color: #CAC04C;
}
.TagClassName
{
border-color: #CAC04C;
}
</style>