Shades of Wattle #CAC04E
Tints of Wattle #CAC04E
RGB
CMYK
RGB Variations
Color information
#CAC04E (or 0xCAC04E) is known color: Wattle. HEX triplet: CA, C0 and 4E. RGB value is (202,192,78). Sum of RGB (Red+Green+Blue) = 202+192+78=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 192 (75.39% from 255 or 40.68% from 472); Blue value is 78 (30.86% from 255 or 16.53% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC04E is #353FB1. Grayscale: #B6B6B6. Windows color (decimal): -3489714 or 5161162. OLE color: 5161162.
HSL color Cylindrical-coordinate representation of color #CAC04E: hue angle of 55.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAC04E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 78 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.21 |
| HSL | 55.16º | 0.54% | 0.55% | - |
| HSV(B) | 55.16º | 0.61% | 0.79% | - |
| XYZ | 44.58 | 50.81 | 14.66 | - |
| YUV | 181.99 | 69.31 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 78 | 0 | 0.05 | 0.61 | 0.21 | 55.16 | 0.54 | 0.55 |
| Hex | CA | C0 | 4E | 0 | 5 | 3D | 15 | 37 | 36 | 37 |
| Octal | 312 | 300 | 116 | 0 | 5 | 75 | 25 | 67 | 66 | 67 |
| Binary | 11001010 | 11000000 | 1001110 | 0 | 101 | 111101 | 10101 | 110111 | 110110 | 110111 |
Color Harmonies of #CAC04E
Complementary color
Monochromatic Colors of #CAC04E
Black with #CAC04E
Text Example
Text Example
White with #CAC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC04E; }
p { color: rgb(202,192,78); }
H1.HeaderClassName
{
color: #CAC04E;
}
.AnyTagClassName
{
color: #CAC04E;
}
</style>
background-color css
<style>
a { background-color: #CAC04E; }
a { background-color: rgb(202,192,78); }
div.DivClassName
{
background-color: #CAC04E;
}
.BgClassName
{
background-color: #CAC04E;
}
</style>
border-color css
<style>
span { border-color: #CAC04E; }
span { border-color: rgb(202,192,78); }
td.TdClassName
{
border-color: #CAC04E;
}
.TagClassName
{
border-color: #CAC04E;
}
</style>