Shades of Wattle #CAC334
Tints of Wattle #CAC334
RGB
CMYK
RGB Variations
Color information
#CAC334 (or 0xCAC334) is known color: Wattle. HEX triplet: CA, C3 and 34. RGB value is (202,195,52). Sum of RGB (Red+Green+Blue) = 202+195+52=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC334 is #353CCB. Grayscale: #B5B5B5. Windows color (decimal): -3488972 or 3457994. OLE color: 3457994.
HSL color Cylindrical-coordinate representation of color #CAC334: hue angle of 57.2º 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 #CAC334 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 52 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.21 |
| HSL | 57.2º | 0.59% | 0.5% | - |
| HSV(B) | 57.2º | 0.74% | 0.79% | - |
| XYZ | 44.49 | 51.83 | 10.91 | - |
| YUV | 180.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 52 | 0 | 0.03 | 0.74 | 0.21 | 57.2 | 0.59 | 0.5 |
| Hex | CA | C3 | 34 | 0 | 3 | 4A | 15 | 39 | 3B | 32 |
| Octal | 312 | 303 | 64 | 0 | 3 | 112 | 25 | 71 | 73 | 62 |
| Binary | 11001010 | 11000011 | 110100 | 0 | 11 | 1001010 | 10101 | 111001 | 111011 | 110010 |
Color Harmonies of #CAC334
Complementary color
Monochromatic Colors of #CAC334
Black with #CAC334
Text Example
Text Example
White with #CAC334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC334; }
p { color: rgb(202,195,52); }
H1.HeaderClassName
{
color: #CAC334;
}
.AnyTagClassName
{
color: #CAC334;
}
</style>
background-color css
<style>
a { background-color: #CAC334; }
a { background-color: rgb(202,195,52); }
div.DivClassName
{
background-color: #CAC334;
}
.BgClassName
{
background-color: #CAC334;
}
</style>
border-color css
<style>
span { border-color: #CAC334; }
span { border-color: rgb(202,195,52); }
td.TdClassName
{
border-color: #CAC334;
}
.TagClassName
{
border-color: #CAC334;
}
</style>