Shades of Wattle #CAC63C
Tints of Wattle #CAC63C
RGB
CMYK
RGB Variations
Color information
#CAC63C (or 0xCAC63C) is known color: Wattle. HEX triplet: CA, C6 and 3C. RGB value is (202,198,60). Sum of RGB (Red+Green+Blue) = 202+198+60=460 (60% of max value = 765). Red value is 202 (79.30% from 255 or 43.91% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC63C is #3539C3. Grayscale: #B8B8B8. Windows color (decimal): -3488196 or 3983050. OLE color: 3983050.
HSL color Cylindrical-coordinate representation of color #CAC63C: hue angle of 58.31º 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 #CAC63C is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 198 | 60 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.21 |
| HSL | 58.31º | 0.57% | 0.51% | - |
| HSV(B) | 58.31º | 0.7% | 0.79% | - |
| XYZ | 45.37 | 53.27 | 12.17 | - |
| YUV | 183.46 | 58.33 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 198 | 60 | 0 | 0.02 | 0.70 | 0.21 | 58.31 | 0.57 | 0.51 |
| Hex | CA | C6 | 3C | 0 | 2 | 46 | 15 | 3A | 39 | 33 |
| Octal | 312 | 306 | 74 | 0 | 2 | 106 | 25 | 72 | 71 | 63 |
| Binary | 11001010 | 11000110 | 111100 | 0 | 10 | 1000110 | 10101 | 111010 | 111001 | 110011 |
Color Harmonies of #CAC63C
Complementary color
Monochromatic Colors of #CAC63C
Black with #CAC63C
Text Example
Text Example
White with #CAC63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC63C; }
p { color: rgb(202,198,60); }
H1.HeaderClassName
{
color: #CAC63C;
}
.AnyTagClassName
{
color: #CAC63C;
}
</style>
background-color css
<style>
a { background-color: #CAC63C; }
a { background-color: rgb(202,198,60); }
div.DivClassName
{
background-color: #CAC63C;
}
.BgClassName
{
background-color: #CAC63C;
}
</style>
border-color css
<style>
span { border-color: #CAC63C; }
span { border-color: rgb(202,198,60); }
td.TdClassName
{
border-color: #CAC63C;
}
.TagClassName
{
border-color: #CAC63C;
}
</style>