Shades of Wattle #CAC24A
Tints of Wattle #CAC24A
RGB
CMYK
RGB Variations
Color information
#CAC24A (or 0xCAC24A) is known color: Wattle. HEX triplet: CA, C2 and 4A. RGB value is (202,194,74). Sum of RGB (Red+Green+Blue) = 202+194+74=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 194 (76.17% from 255 or 41.28% from 470); Blue value is 74 (29.30% from 255 or 15.74% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC24A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC24A is #353DB5. Grayscale: #B7B7B7. Windows color (decimal): -3489206 or 4899530. OLE color: 4899530.
HSL color Cylindrical-coordinate representation of color #CAC24A: hue angle of 56.25º 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 #CAC24A is Cyan = 0, Magento = 0.04, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 74 | - |
| CMYK | 0 | 0.04 | 0.63 | 0.21 |
| HSL | 56.25º | 0.55% | 0.54% | - |
| HSV(B) | 56.25º | 0.63% | 0.79% | - |
| XYZ | 44.88 | 51.63 | 14.08 | - |
| YUV | 182.71 | 66.65 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 74 | 0 | 0.04 | 0.63 | 0.21 | 56.25 | 0.55 | 0.54 |
| Hex | CA | C2 | 4A | 0 | 4 | 3F | 15 | 38 | 37 | 36 |
| Octal | 312 | 302 | 112 | 0 | 4 | 77 | 25 | 70 | 67 | 66 |
| Binary | 11001010 | 11000010 | 1001010 | 0 | 100 | 111111 | 10101 | 111000 | 110111 | 110110 |
Color Harmonies of #CAC24A
Complementary color
Monochromatic Colors of #CAC24A
Black with #CAC24A
Text Example
Text Example
White with #CAC24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC24A; }
p { color: rgb(202,194,74); }
H1.HeaderClassName
{
color: #CAC24A;
}
.AnyTagClassName
{
color: #CAC24A;
}
</style>
background-color css
<style>
a { background-color: #CAC24A; }
a { background-color: rgb(202,194,74); }
div.DivClassName
{
background-color: #CAC24A;
}
.BgClassName
{
background-color: #CAC24A;
}
</style>
border-color css
<style>
span { border-color: #CAC24A; }
span { border-color: rgb(202,194,74); }
td.TdClassName
{
border-color: #CAC24A;
}
.TagClassName
{
border-color: #CAC24A;
}
</style>