Shades of Wattle #CAC934
Tints of Wattle #CAC934
RGB
CMYK
RGB Variations
Color information
#CAC934 (or 0xCAC934) is known color: Wattle. HEX triplet: CA, C9 and 34. RGB value is (202,201,52). Sum of RGB (Red+Green+Blue) = 202+201+52=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 52 (20.70% from 255 or 11.43% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC934 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC934 is #3536CB. Grayscale: #B8B8B8. Windows color (decimal): -3487436 or 3459530. OLE color: 3459530.
HSL color Cylindrical-coordinate representation of color #CAC934: hue angle of 59.6º degrees, saturation: 0.59, 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 #CAC934 is Cyan = 0, Magento = 0.00, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 201 | 52 | - |
| CMYK | 0 | 0.00 | 0.74 | 0.21 |
| HSL | 59.6º | 0.59% | 0.5% | - |
| HSV(B) | 59.6º | 0.74% | 0.79% | - |
| XYZ | 45.86 | 54.58 | 11.37 | - |
| YUV | 184.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 201 | 52 | 0 | 0.00 | 0.74 | 0.21 | 59.6 | 0.59 | 0.5 |
| Hex | CA | C9 | 34 | 0 | 0 | 4A | 15 | 3C | 3B | 32 |
| Octal | 312 | 311 | 64 | 0 | 0 | 112 | 25 | 74 | 73 | 62 |
| Binary | 11001010 | 11001001 | 110100 | 0 | 0 | 1001010 | 10101 | 111100 | 111011 | 110010 |
Color Harmonies of #CAC934
Complementary color
Monochromatic Colors of #CAC934
Black with #CAC934
Text Example
Text Example
White with #CAC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC934; }
p { color: rgb(202,201,52); }
H1.HeaderClassName
{
color: #CAC934;
}
.AnyTagClassName
{
color: #CAC934;
}
</style>
background-color css
<style>
a { background-color: #CAC934; }
a { background-color: rgb(202,201,52); }
div.DivClassName
{
background-color: #CAC934;
}
.BgClassName
{
background-color: #CAC934;
}
</style>
border-color css
<style>
span { border-color: #CAC934; }
span { border-color: rgb(202,201,52); }
td.TdClassName
{
border-color: #CAC934;
}
.TagClassName
{
border-color: #CAC934;
}
</style>