Shades of Wattle #CAC433
Tints of Wattle #CAC433
RGB
CMYK
RGB Variations
Color information
#CAC433 (or 0xCAC433) is known color: Wattle. HEX triplet: CA, C4 and 33. RGB value is (202,196,51). Sum of RGB (Red+Green+Blue) = 202+196+51=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC433 is #353BCC. Grayscale: #B5B5B5. Windows color (decimal): -3488717 or 3392714. OLE color: 3392714.
HSL color Cylindrical-coordinate representation of color #CAC433: hue angle of 57.62º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAC433 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 51 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.21 |
| HSL | 57.62º | 0.6% | 0.5% | - |
| HSV(B) | 57.62º | 0.75% | 0.79% | - |
| XYZ | 44.69 | 52.28 | 10.87 | - |
| YUV | 181.26 | 54.49 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 51 | 0 | 0.03 | 0.75 | 0.21 | 57.62 | 0.6 | 0.5 |
| Hex | CA | C4 | 33 | 0 | 3 | 4B | 15 | 3A | 3C | 32 |
| Octal | 312 | 304 | 63 | 0 | 3 | 113 | 25 | 72 | 74 | 62 |
| Binary | 11001010 | 11000100 | 110011 | 0 | 11 | 1001011 | 10101 | 111010 | 111100 | 110010 |
Color Harmonies of #CAC433
Complementary color
Monochromatic Colors of #CAC433
Black with #CAC433
Text Example
Text Example
White with #CAC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC433; }
p { color: rgb(202,196,51); }
H1.HeaderClassName
{
color: #CAC433;
}
.AnyTagClassName
{
color: #CAC433;
}
</style>
background-color css
<style>
a { background-color: #CAC433; }
a { background-color: rgb(202,196,51); }
div.DivClassName
{
background-color: #CAC433;
}
.BgClassName
{
background-color: #CAC433;
}
</style>
border-color css
<style>
span { border-color: #CAC433; }
span { border-color: rgb(202,196,51); }
td.TdClassName
{
border-color: #CAC433;
}
.TagClassName
{
border-color: #CAC433;
}
</style>