Shades of Wattle #CAC935
Tints of Wattle #CAC935
RGB
CMYK
RGB Variations
Color information
#CAC935 (or 0xCAC935) is known color: Wattle. HEX triplet: CA, C9 and 35. RGB value is (202,201,53). Sum of RGB (Red+Green+Blue) = 202+201+53=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 201 (78.91% from 255 or 44.08% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC935 is #3536CA. Grayscale: #B9B9B9. Windows color (decimal): -3487435 or 3525066. OLE color: 3525066.
HSL color Cylindrical-coordinate representation of color #CAC935: hue angle of 59.6º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CAC935 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 53 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.21 |
| HSL | 59.6º | 0.58% | 0.5% | - |
| HSV(B) | 59.6º | 0.74% | 0.79% | - |
| XYZ | 45.89 | 54.59 | 11.49 | - |
| YUV | 184.43 | 53.83 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 53 | 0 | 0.00 | 0.74 | 0.21 | 59.6 | 0.58 | 0.5 |
| Hex | CA | C9 | 35 | 0 | 0 | 4A | 15 | 3C | 3A | 32 |
| Octal | 312 | 311 | 65 | 0 | 0 | 112 | 25 | 74 | 72 | 62 |
| Binary | 11001010 | 11001001 | 110101 | 0 | 0 | 1001010 | 10101 | 111100 | 111010 | 110010 |
Color Harmonies of #CAC935
Complementary color
Monochromatic Colors of #CAC935
Black with #CAC935
Text Example
Text Example
White with #CAC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC935; }
p { color: rgb(202,201,53); }
H1.HeaderClassName
{
color: #CAC935;
}
.AnyTagClassName
{
color: #CAC935;
}
</style>
background-color css
<style>
a { background-color: #CAC935; }
a { background-color: rgb(202,201,53); }
div.DivClassName
{
background-color: #CAC935;
}
.BgClassName
{
background-color: #CAC935;
}
</style>
border-color css
<style>
span { border-color: #CAC935; }
span { border-color: rgb(202,201,53); }
td.TdClassName
{
border-color: #CAC935;
}
.TagClassName
{
border-color: #CAC935;
}
</style>