Shades of Wattle #CAC234
Tints of Wattle #CAC234
RGB
CMYK
RGB Variations
Color information
#CAC234 (or 0xCAC234) is known color: Wattle. HEX triplet: CA, C2 and 34. RGB value is (202,194,52). Sum of RGB (Red+Green+Blue) = 202+194+52=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC234 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC234 is #353DCB. Grayscale: #B4B4B4. Windows color (decimal): -3489228 or 3457738. OLE color: 3457738.
HSL color Cylindrical-coordinate representation of color #CAC234: hue angle of 56.8º 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 #CAC234 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 194 | 52 | - |
| CMYK | 0 | 0.04 | 0.74 | 0.21 |
| HSL | 56.8º | 0.59% | 0.5% | - |
| HSV(B) | 56.8º | 0.74% | 0.79% | - |
| XYZ | 44.27 | 51.39 | 10.83 | - |
| YUV | 180.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 194 | 52 | 0 | 0.04 | 0.74 | 0.21 | 56.8 | 0.59 | 0.5 |
| Hex | CA | C2 | 34 | 0 | 4 | 4A | 15 | 39 | 3B | 32 |
| Octal | 312 | 302 | 64 | 0 | 4 | 112 | 25 | 71 | 73 | 62 |
| Binary | 11001010 | 11000010 | 110100 | 0 | 100 | 1001010 | 10101 | 111001 | 111011 | 110010 |
Color Harmonies of #CAC234
Complementary color
Monochromatic Colors of #CAC234
Black with #CAC234
Text Example
Text Example
White with #CAC234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC234; }
p { color: rgb(202,194,52); }
H1.HeaderClassName
{
color: #CAC234;
}
.AnyTagClassName
{
color: #CAC234;
}
</style>
background-color css
<style>
a { background-color: #CAC234; }
a { background-color: rgb(202,194,52); }
div.DivClassName
{
background-color: #CAC234;
}
.BgClassName
{
background-color: #CAC234;
}
</style>
border-color css
<style>
span { border-color: #CAC234; }
span { border-color: rgb(202,194,52); }
td.TdClassName
{
border-color: #CAC234;
}
.TagClassName
{
border-color: #CAC234;
}
</style>