Shades of Wattle #CAC333
Tints of Wattle #CAC333
RGB
CMYK
RGB Variations
Color information
#CAC333 (or 0xCAC333) is known color: Wattle. HEX triplet: CA, C3 and 33. RGB value is (202,195,51). Sum of RGB (Red+Green+Blue) = 202+195+51=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC333 is #353CCC. Grayscale: #B5B5B5. Windows color (decimal): -3488973 or 3392458. OLE color: 3392458.
HSL color Cylindrical-coordinate representation of color #CAC333: hue angle of 57.22º 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 #CAC333 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 51 | - |
| CMYK | 0 | 0.03 | 0.75 | 0.21 |
| HSL | 57.22º | 0.6% | 0.5% | - |
| HSV(B) | 57.22º | 0.75% | 0.79% | - |
| XYZ | 44.47 | 51.83 | 10.79 | - |
| YUV | 180.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 51 | 0 | 0.03 | 0.75 | 0.21 | 57.22 | 0.6 | 0.5 |
| Hex | CA | C3 | 33 | 0 | 3 | 4B | 15 | 39 | 3C | 32 |
| Octal | 312 | 303 | 63 | 0 | 3 | 113 | 25 | 71 | 74 | 62 |
| Binary | 11001010 | 11000011 | 110011 | 0 | 11 | 1001011 | 10101 | 111001 | 111100 | 110010 |
Color Harmonies of #CAC333
Complementary color
Monochromatic Colors of #CAC333
Black with #CAC333
Text Example
Text Example
White with #CAC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC333; }
p { color: rgb(202,195,51); }
H1.HeaderClassName
{
color: #CAC333;
}
.AnyTagClassName
{
color: #CAC333;
}
</style>
background-color css
<style>
a { background-color: #CAC333; }
a { background-color: rgb(202,195,51); }
div.DivClassName
{
background-color: #CAC333;
}
.BgClassName
{
background-color: #CAC333;
}
</style>
border-color css
<style>
span { border-color: #CAC333; }
span { border-color: rgb(202,195,51); }
td.TdClassName
{
border-color: #CAC333;
}
.TagClassName
{
border-color: #CAC333;
}
</style>