Shades of Wattle #CAC835
Tints of Wattle #CAC835
RGB
CMYK
RGB Variations
Color information
#CAC835 (or 0xCAC835) is known color: Wattle. HEX triplet: CA, C8 and 35. RGB value is (202,200,53). Sum of RGB (Red+Green+Blue) = 202+200+53=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 53 (21.09% from 255 or 11.65% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC835 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC835 is #3537CA. Grayscale: #B8B8B8. Windows color (decimal): -3487691 or 3524810. OLE color: 3524810.
HSL color Cylindrical-coordinate representation of color #CAC835: hue angle of 59.19º 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 #CAC835 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 200 | 53 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.21 |
| HSL | 59.19º | 0.58% | 0.5% | - |
| HSV(B) | 59.19º | 0.74% | 0.79% | - |
| XYZ | 45.65 | 54.12 | 11.41 | - |
| YUV | 183.84 | 54.16 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 200 | 53 | 0 | 0.01 | 0.74 | 0.21 | 59.19 | 0.58 | 0.5 |
| Hex | CA | C8 | 35 | 0 | 1 | 4A | 15 | 3B | 3A | 32 |
| Octal | 312 | 310 | 65 | 0 | 1 | 112 | 25 | 73 | 72 | 62 |
| Binary | 11001010 | 11001000 | 110101 | 0 | 1 | 1001010 | 10101 | 111011 | 111010 | 110010 |
Color Harmonies of #CAC835
Complementary color
Monochromatic Colors of #CAC835
Black with #CAC835
Text Example
Text Example
White with #CAC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC835; }
p { color: rgb(202,200,53); }
H1.HeaderClassName
{
color: #CAC835;
}
.AnyTagClassName
{
color: #CAC835;
}
</style>
background-color css
<style>
a { background-color: #CAC835; }
a { background-color: rgb(202,200,53); }
div.DivClassName
{
background-color: #CAC835;
}
.BgClassName
{
background-color: #CAC835;
}
</style>
border-color css
<style>
span { border-color: #CAC835; }
span { border-color: rgb(202,200,53); }
td.TdClassName
{
border-color: #CAC835;
}
.TagClassName
{
border-color: #CAC835;
}
</style>