Shades of Wattle #CAC33D
Tints of Wattle #CAC33D
RGB
CMYK
RGB Variations
Color information
#CAC33D (or 0xCAC33D) is known color: Wattle. HEX triplet: CA, C3 and 3D. RGB value is (202,195,61). Sum of RGB (Red+Green+Blue) = 202+195+61=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC33D is #353CC2. Grayscale: #B6B6B6. Windows color (decimal): -3488963 or 4047818. OLE color: 4047818.
HSL color Cylindrical-coordinate representation of color #CAC33D: hue angle of 57.02º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAC33D is Cyan = 0, Magento = 0.03, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 61 | - |
| CMYK | 0 | 0.03 | 0.70 | 0.21 |
| HSL | 57.02º | 0.57% | 0.52% | - |
| HSV(B) | 57.02º | 0.7% | 0.79% | - |
| XYZ | 44.71 | 51.92 | 12.08 | - |
| YUV | 181.82 | 59.82 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 61 | 0 | 0.03 | 0.70 | 0.21 | 57.02 | 0.57 | 0.52 |
| Hex | CA | C3 | 3D | 0 | 3 | 46 | 15 | 39 | 39 | 34 |
| Octal | 312 | 303 | 75 | 0 | 3 | 106 | 25 | 71 | 71 | 64 |
| Binary | 11001010 | 11000011 | 111101 | 0 | 11 | 1000110 | 10101 | 111001 | 111001 | 110100 |
Color Harmonies of #CAC33D
Complementary color
Monochromatic Colors of #CAC33D
Black with #CAC33D
Text Example
Text Example
White with #CAC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC33D; }
p { color: rgb(202,195,61); }
H1.HeaderClassName
{
color: #CAC33D;
}
.AnyTagClassName
{
color: #CAC33D;
}
</style>
background-color css
<style>
a { background-color: #CAC33D; }
a { background-color: rgb(202,195,61); }
div.DivClassName
{
background-color: #CAC33D;
}
.BgClassName
{
background-color: #CAC33D;
}
</style>
border-color css
<style>
span { border-color: #CAC33D; }
span { border-color: rgb(202,195,61); }
td.TdClassName
{
border-color: #CAC33D;
}
.TagClassName
{
border-color: #CAC33D;
}
</style>