Shades of Wattle #CAC73E
Tints of Wattle #CAC73E
RGB
CMYK
RGB Variations
Color information
#CAC73E (or 0xCAC73E) is known color: Wattle. HEX triplet: CA, C7 and 3E. RGB value is (202,199,62). Sum of RGB (Red+Green+Blue) = 202+199+62=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC73E is #3538C1. Grayscale: #B8B8B8. Windows color (decimal): -3487938 or 4114378. OLE color: 4114378.
HSL color Cylindrical-coordinate representation of color #CAC73E: hue angle of 58.71º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAC73E is Cyan = 0, Magento = 0.01, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 62 | - |
| CMYK | 0 | 0.01 | 0.69 | 0.21 |
| HSL | 58.71º | 0.57% | 0.52% | - |
| HSV(B) | 58.71º | 0.69% | 0.79% | - |
| XYZ | 45.65 | 53.75 | 12.53 | - |
| YUV | 184.28 | 58.99 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 62 | 0 | 0.01 | 0.69 | 0.21 | 58.71 | 0.57 | 0.52 |
| Hex | CA | C7 | 3E | 0 | 1 | 45 | 15 | 3B | 39 | 34 |
| Octal | 312 | 307 | 76 | 0 | 1 | 105 | 25 | 73 | 71 | 64 |
| Binary | 11001010 | 11000111 | 111110 | 0 | 1 | 1000101 | 10101 | 111011 | 111001 | 110100 |
Color Harmonies of #CAC73E
Complementary color
Monochromatic Colors of #CAC73E
Black with #CAC73E
Text Example
Text Example
White with #CAC73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC73E; }
p { color: rgb(202,199,62); }
H1.HeaderClassName
{
color: #CAC73E;
}
.AnyTagClassName
{
color: #CAC73E;
}
</style>
background-color css
<style>
a { background-color: #CAC73E; }
a { background-color: rgb(202,199,62); }
div.DivClassName
{
background-color: #CAC73E;
}
.BgClassName
{
background-color: #CAC73E;
}
</style>
border-color css
<style>
span { border-color: #CAC73E; }
span { border-color: rgb(202,199,62); }
td.TdClassName
{
border-color: #CAC73E;
}
.TagClassName
{
border-color: #CAC73E;
}
</style>