Shades of Wattle #CAC734
Tints of Wattle #CAC734
RGB
CMYK
RGB Variations
Color information
#CAC734 (or 0xCAC734) is known color: Wattle. HEX triplet: CA, C7 and 34. RGB value is (202,199,52). Sum of RGB (Red+Green+Blue) = 202+199+52=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 199 (78.12% from 255 or 43.93% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC734 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC734 is #3538CB. Grayscale: #B7B7B7. Windows color (decimal): -3487948 or 3459018. OLE color: 3459018.
HSL color Cylindrical-coordinate representation of color #CAC734: hue angle of 58.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 #CAC734 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 52 | - |
| CMYK | 0 | 0.01 | 0.74 | 0.21 |
| HSL | 58.8º | 0.59% | 0.5% | - |
| HSV(B) | 58.8º | 0.74% | 0.79% | - |
| XYZ | 45.4 | 53.65 | 11.21 | - |
| YUV | 183.14 | 53.99 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 52 | 0 | 0.01 | 0.74 | 0.21 | 58.8 | 0.59 | 0.5 |
| Hex | CA | C7 | 34 | 0 | 1 | 4A | 15 | 3B | 3B | 32 |
| Octal | 312 | 307 | 64 | 0 | 1 | 112 | 25 | 73 | 73 | 62 |
| Binary | 11001010 | 11000111 | 110100 | 0 | 1 | 1001010 | 10101 | 111011 | 111011 | 110010 |
Color Harmonies of #CAC734
Complementary color
Monochromatic Colors of #CAC734
Black with #CAC734
Text Example
Text Example
White with #CAC734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC734; }
p { color: rgb(202,199,52); }
H1.HeaderClassName
{
color: #CAC734;
}
.AnyTagClassName
{
color: #CAC734;
}
</style>
background-color css
<style>
a { background-color: #CAC734; }
a { background-color: rgb(202,199,52); }
div.DivClassName
{
background-color: #CAC734;
}
.BgClassName
{
background-color: #CAC734;
}
</style>
border-color css
<style>
span { border-color: #CAC734; }
span { border-color: rgb(202,199,52); }
td.TdClassName
{
border-color: #CAC734;
}
.TagClassName
{
border-color: #CAC734;
}
</style>