Shades of Wattle #CAC04A
Tints of Wattle #CAC04A
RGB
CMYK
RGB Variations
Color information
#CAC04A (or 0xCAC04A) is known color: Wattle. HEX triplet: CA, C0 and 4A. RGB value is (202,192,74). Sum of RGB (Red+Green+Blue) = 202+192+74=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 74 (29.30% from 255 or 15.81% from 468); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC04A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC04A is #353FB5. Grayscale: #B6B6B6. Windows color (decimal): -3489718 or 4899018. OLE color: 4899018.
HSL color Cylindrical-coordinate representation of color #CAC04A: hue angle of 55.31º 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 #CAC04A is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 192 | 74 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.21 |
| HSL | 55.31º | 0.55% | 0.54% | - |
| HSV(B) | 55.31º | 0.63% | 0.79% | - |
| XYZ | 44.44 | 50.75 | 13.93 | - |
| YUV | 181.54 | 67.31 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 192 | 74 | 0 | 0.05 | 0.63 | 0.21 | 55.31 | 0.55 | 0.54 |
| Hex | CA | C0 | 4A | 0 | 5 | 3F | 15 | 37 | 37 | 36 |
| Octal | 312 | 300 | 112 | 0 | 5 | 77 | 25 | 67 | 67 | 66 |
| Binary | 11001010 | 11000000 | 1001010 | 0 | 101 | 111111 | 10101 | 110111 | 110111 | 110110 |
Color Harmonies of #CAC04A
Complementary color
Monochromatic Colors of #CAC04A
Black with #CAC04A
Text Example
Text Example
White with #CAC04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC04A; }
p { color: rgb(202,192,74); }
H1.HeaderClassName
{
color: #CAC04A;
}
.AnyTagClassName
{
color: #CAC04A;
}
</style>
background-color css
<style>
a { background-color: #CAC04A; }
a { background-color: rgb(202,192,74); }
div.DivClassName
{
background-color: #CAC04A;
}
.BgClassName
{
background-color: #CAC04A;
}
</style>
border-color css
<style>
span { border-color: #CAC04A; }
span { border-color: rgb(202,192,74); }
td.TdClassName
{
border-color: #CAC04A;
}
.TagClassName
{
border-color: #CAC04A;
}
</style>