Shades of Wattle #CAC04D
Tints of Wattle #CAC04D
RGB
CMYK
RGB Variations
Color information
#CAC04D (or 0xCAC04D) is known color: Wattle. HEX triplet: CA, C0 and 4D. RGB value is (202,192,77). Sum of RGB (Red+Green+Blue) = 202+192+77=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 192 (75.39% from 255 or 40.76% from 471); Blue value is 77 (30.47% from 255 or 16.35% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC04D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC04D is #353FB2. Grayscale: #B6B6B6. Windows color (decimal): -3489715 or 5095626. OLE color: 5095626.
HSL color Cylindrical-coordinate representation of color #CAC04D: hue angle of 55.2º 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 #CAC04D is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 77 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.21 |
| HSL | 55.2º | 0.54% | 0.55% | - |
| HSV(B) | 55.2º | 0.62% | 0.79% | - |
| XYZ | 44.55 | 50.79 | 14.48 | - |
| YUV | 181.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 77 | 0 | 0.05 | 0.62 | 0.21 | 55.2 | 0.54 | 0.55 |
| Hex | CA | C0 | 4D | 0 | 5 | 3E | 15 | 37 | 36 | 37 |
| Octal | 312 | 300 | 115 | 0 | 5 | 76 | 25 | 67 | 66 | 67 |
| Binary | 11001010 | 11000000 | 1001101 | 0 | 101 | 111110 | 10101 | 110111 | 110110 | 110111 |
Color Harmonies of #CAC04D
Complementary color
Monochromatic Colors of #CAC04D
Black with #CAC04D
Text Example
Text Example
White with #CAC04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC04D; }
p { color: rgb(202,192,77); }
H1.HeaderClassName
{
color: #CAC04D;
}
.AnyTagClassName
{
color: #CAC04D;
}
</style>
background-color css
<style>
a { background-color: #CAC04D; }
a { background-color: rgb(202,192,77); }
div.DivClassName
{
background-color: #CAC04D;
}
.BgClassName
{
background-color: #CAC04D;
}
</style>
border-color css
<style>
span { border-color: #CAC04D; }
span { border-color: rgb(202,192,77); }
td.TdClassName
{
border-color: #CAC04D;
}
.TagClassName
{
border-color: #CAC04D;
}
</style>