Shades of Wattle #CAC233
Tints of Wattle #CAC233
RGB
CMYK
RGB Variations
Color information
#CAC233 (or 0xCAC233) is known color: Wattle. HEX triplet: CA, C2 and 33. RGB value is (202,194,51). Sum of RGB (Red+Green+Blue) = 202+194+51=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 51 (20.31% from 255 or 11.41% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC233 is #353DCC. Grayscale: #B4B4B4. Windows color (decimal): -3489229 or 3392202. OLE color: 3392202.
HSL color Cylindrical-coordinate representation of color #CAC233: hue angle of 56.82º 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 #CAC233 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 51 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.21 |
| HSL | 56.82º | 0.6% | 0.5% | - |
| HSV(B) | 56.82º | 0.75% | 0.79% | - |
| XYZ | 44.25 | 51.38 | 10.72 | - |
| YUV | 180.09 | 55.15 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 51 | 0 | 0.04 | 0.75 | 0.21 | 56.82 | 0.6 | 0.5 |
| Hex | CA | C2 | 33 | 0 | 4 | 4B | 15 | 39 | 3C | 32 |
| Octal | 312 | 302 | 63 | 0 | 4 | 113 | 25 | 71 | 74 | 62 |
| Binary | 11001010 | 11000010 | 110011 | 0 | 100 | 1001011 | 10101 | 111001 | 111100 | 110010 |
Color Harmonies of #CAC233
Complementary color
Monochromatic Colors of #CAC233
Black with #CAC233
Text Example
Text Example
White with #CAC233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC233; }
p { color: rgb(202,194,51); }
H1.HeaderClassName
{
color: #CAC233;
}
.AnyTagClassName
{
color: #CAC233;
}
</style>
background-color css
<style>
a { background-color: #CAC233; }
a { background-color: rgb(202,194,51); }
div.DivClassName
{
background-color: #CAC233;
}
.BgClassName
{
background-color: #CAC233;
}
</style>
border-color css
<style>
span { border-color: #CAC233; }
span { border-color: rgb(202,194,51); }
td.TdClassName
{
border-color: #CAC233;
}
.TagClassName
{
border-color: #CAC233;
}
</style>