Shades of Wattle #CAC13C
Tints of Wattle #CAC13C
RGB
CMYK
RGB Variations
Color information
#CAC13C (or 0xCAC13C) is known color: Wattle. HEX triplet: CA, C1 and 3C. RGB value is (202,193,60). Sum of RGB (Red+Green+Blue) = 202+193+60=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 60 (23.83% from 255 or 13.19% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC13C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC13C is #353EC3. Grayscale: #B5B5B5. Windows color (decimal): -3489476 or 3981770. OLE color: 3981770.
HSL color Cylindrical-coordinate representation of color #CAC13C: hue angle of 56.2º 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 #CAC13C is Cyan = 0, Magento = 0.04, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 60 | - |
| CMYK | 0 | 0.04 | 0.70 | 0.21 |
| HSL | 56.2º | 0.57% | 0.51% | - |
| HSV(B) | 56.2º | 0.7% | 0.79% | - |
| XYZ | 44.24 | 51.02 | 11.79 | - |
| YUV | 180.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 60 | 0 | 0.04 | 0.70 | 0.21 | 56.2 | 0.57 | 0.51 |
| Hex | CA | C1 | 3C | 0 | 4 | 46 | 15 | 38 | 39 | 33 |
| Octal | 312 | 301 | 74 | 0 | 4 | 106 | 25 | 70 | 71 | 63 |
| Binary | 11001010 | 11000001 | 111100 | 0 | 100 | 1000110 | 10101 | 111000 | 111001 | 110011 |
Color Harmonies of #CAC13C
Complementary color
Monochromatic Colors of #CAC13C
Black with #CAC13C
Text Example
Text Example
White with #CAC13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC13C; }
p { color: rgb(202,193,60); }
H1.HeaderClassName
{
color: #CAC13C;
}
.AnyTagClassName
{
color: #CAC13C;
}
</style>
background-color css
<style>
a { background-color: #CAC13C; }
a { background-color: rgb(202,193,60); }
div.DivClassName
{
background-color: #CAC13C;
}
.BgClassName
{
background-color: #CAC13C;
}
</style>
border-color css
<style>
span { border-color: #CAC13C; }
span { border-color: rgb(202,193,60); }
td.TdClassName
{
border-color: #CAC13C;
}
.TagClassName
{
border-color: #CAC13C;
}
</style>