Shades of Wattle #CAC24E
Tints of Wattle #CAC24E
RGB
CMYK
RGB Variations
Color information
#CAC24E (or 0xCAC24E) is known color: Wattle. HEX triplet: CA, C2 and 4E. RGB value is (202,194,78). Sum of RGB (Red+Green+Blue) = 202+194+78=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC24E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC24E is #353DB1. Grayscale: #B7B7B7. Windows color (decimal): -3489202 or 5161674. OLE color: 5161674.
HSL color Cylindrical-coordinate representation of color #CAC24E: hue angle of 56.13º 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 #CAC24E is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 78 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.21 |
| HSL | 56.13º | 0.54% | 0.55% | - |
| HSV(B) | 56.13º | 0.61% | 0.79% | - |
| XYZ | 45.02 | 51.69 | 14.81 | - |
| YUV | 183.17 | 68.65 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 78 | 0 | 0.04 | 0.61 | 0.21 | 56.13 | 0.54 | 0.55 |
| Hex | CA | C2 | 4E | 0 | 4 | 3D | 15 | 38 | 36 | 37 |
| Octal | 312 | 302 | 116 | 0 | 4 | 75 | 25 | 70 | 66 | 67 |
| Binary | 11001010 | 11000010 | 1001110 | 0 | 100 | 111101 | 10101 | 111000 | 110110 | 110111 |
Color Harmonies of #CAC24E
Complementary color
Monochromatic Colors of #CAC24E
Black with #CAC24E
Text Example
Text Example
White with #CAC24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC24E; }
p { color: rgb(202,194,78); }
H1.HeaderClassName
{
color: #CAC24E;
}
.AnyTagClassName
{
color: #CAC24E;
}
</style>
background-color css
<style>
a { background-color: #CAC24E; }
a { background-color: rgb(202,194,78); }
div.DivClassName
{
background-color: #CAC24E;
}
.BgClassName
{
background-color: #CAC24E;
}
</style>
border-color css
<style>
span { border-color: #CAC24E; }
span { border-color: rgb(202,194,78); }
td.TdClassName
{
border-color: #CAC24E;
}
.TagClassName
{
border-color: #CAC24E;
}
</style>