Shades of Wattle #CAC24B
Tints of Wattle #CAC24B
RGB
CMYK
RGB Variations
Color information
#CAC24B (or 0xCAC24B) is known color: Wattle. HEX triplet: CA, C2 and 4B. RGB value is (202,194,75). Sum of RGB (Red+Green+Blue) = 202+194+75=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC24B is #353DB4. Grayscale: #B7B7B7. Windows color (decimal): -3489205 or 4965066. OLE color: 4965066.
HSL color Cylindrical-coordinate representation of color #CAC24B: hue angle of 56.22º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CAC24B is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 75 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.21 |
| HSL | 56.22º | 0.55% | 0.54% | - |
| HSV(B) | 56.22º | 0.63% | 0.79% | - |
| XYZ | 44.92 | 51.65 | 14.26 | - |
| YUV | 182.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 75 | 0 | 0.04 | 0.63 | 0.21 | 56.22 | 0.55 | 0.54 |
| Hex | CA | C2 | 4B | 0 | 4 | 3F | 15 | 38 | 37 | 36 |
| Octal | 312 | 302 | 113 | 0 | 4 | 77 | 25 | 70 | 67 | 66 |
| Binary | 11001010 | 11000010 | 1001011 | 0 | 100 | 111111 | 10101 | 111000 | 110111 | 110110 |
Color Harmonies of #CAC24B
Complementary color
Monochromatic Colors of #CAC24B
Black with #CAC24B
Text Example
Text Example
White with #CAC24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC24B; }
p { color: rgb(202,194,75); }
H1.HeaderClassName
{
color: #CAC24B;
}
.AnyTagClassName
{
color: #CAC24B;
}
</style>
background-color css
<style>
a { background-color: #CAC24B; }
a { background-color: rgb(202,194,75); }
div.DivClassName
{
background-color: #CAC24B;
}
.BgClassName
{
background-color: #CAC24B;
}
</style>
border-color css
<style>
span { border-color: #CAC24B; }
span { border-color: rgb(202,194,75); }
td.TdClassName
{
border-color: #CAC24B;
}
.TagClassName
{
border-color: #CAC24B;
}
</style>