Shades of Wattle #CAC33C
Tints of Wattle #CAC33C
RGB
CMYK
RGB Variations
Color information
#CAC33C (or 0xCAC33C) is known color: Wattle. HEX triplet: CA, C3 and 3C. RGB value is (202,195,60). Sum of RGB (Red+Green+Blue) = 202+195+60=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC33C is #353CC3. Grayscale: #B6B6B6. Windows color (decimal): -3488964 or 3982282. OLE color: 3982282.
HSL color Cylindrical-coordinate representation of color #CAC33C: hue angle of 57.04º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAC33C is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 60 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.21 |
| HSL | 57.04º | 0.57% | 0.51% | - |
| HSV(B) | 57.04º | 0.7% | 0.79% | - |
| XYZ | 44.69 | 51.91 | 11.94 | - |
| YUV | 181.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 60 | 0 | 0.03 | 0.70 | 0.21 | 57.04 | 0.57 | 0.51 |
| Hex | CA | C3 | 3C | 0 | 3 | 46 | 15 | 39 | 39 | 33 |
| Octal | 312 | 303 | 74 | 0 | 3 | 106 | 25 | 71 | 71 | 63 |
| Binary | 11001010 | 11000011 | 111100 | 0 | 11 | 1000110 | 10101 | 111001 | 111001 | 110011 |
Color Harmonies of #CAC33C
Complementary color
Monochromatic Colors of #CAC33C
Black with #CAC33C
Text Example
Text Example
White with #CAC33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC33C; }
p { color: rgb(202,195,60); }
H1.HeaderClassName
{
color: #CAC33C;
}
.AnyTagClassName
{
color: #CAC33C;
}
</style>
background-color css
<style>
a { background-color: #CAC33C; }
a { background-color: rgb(202,195,60); }
div.DivClassName
{
background-color: #CAC33C;
}
.BgClassName
{
background-color: #CAC33C;
}
</style>
border-color css
<style>
span { border-color: #CAC33C; }
span { border-color: rgb(202,195,60); }
td.TdClassName
{
border-color: #CAC33C;
}
.TagClassName
{
border-color: #CAC33C;
}
</style>