Shades of Wattle #CAC24D
Tints of Wattle #CAC24D
RGB
CMYK
RGB Variations
Color information
#CAC24D (or 0xCAC24D) is known color: Wattle. HEX triplet: CA, C2 and 4D. RGB value is (202,194,77). Sum of RGB (Red+Green+Blue) = 202+194+77=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 77 (30.47% from 255 or 16.28% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC24D is #353DB2. Grayscale: #B7B7B7. Windows color (decimal): -3489203 or 5096138. OLE color: 5096138.
HSL color Cylindrical-coordinate representation of color #CAC24D: hue angle of 56.16º 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 #CAC24D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 77 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.21 |
| HSL | 56.16º | 0.54% | 0.55% | - |
| HSV(B) | 56.16º | 0.62% | 0.79% | - |
| XYZ | 44.99 | 51.68 | 14.62 | - |
| YUV | 183.05 | 68.15 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 77 | 0 | 0.04 | 0.62 | 0.21 | 56.16 | 0.54 | 0.55 |
| Hex | CA | C2 | 4D | 0 | 4 | 3E | 15 | 38 | 36 | 37 |
| Octal | 312 | 302 | 115 | 0 | 4 | 76 | 25 | 70 | 66 | 67 |
| Binary | 11001010 | 11000010 | 1001101 | 0 | 100 | 111110 | 10101 | 111000 | 110110 | 110111 |
Color Harmonies of #CAC24D
Complementary color
Monochromatic Colors of #CAC24D
Black with #CAC24D
Text Example
Text Example
White with #CAC24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC24D; }
p { color: rgb(202,194,77); }
H1.HeaderClassName
{
color: #CAC24D;
}
.AnyTagClassName
{
color: #CAC24D;
}
</style>
background-color css
<style>
a { background-color: #CAC24D; }
a { background-color: rgb(202,194,77); }
div.DivClassName
{
background-color: #CAC24D;
}
.BgClassName
{
background-color: #CAC24D;
}
</style>
border-color css
<style>
span { border-color: #CAC24D; }
span { border-color: rgb(202,194,77); }
td.TdClassName
{
border-color: #CAC24D;
}
.TagClassName
{
border-color: #CAC24D;
}
</style>