Shades of Wattle #CAC74E
Tints of Wattle #CAC74E
RGB
CMYK
RGB Variations
Color information
#CAC74E (or 0xCAC74E) is known color: Wattle. HEX triplet: CA, C7 and 4E. RGB value is (202,199,78). Sum of RGB (Red+Green+Blue) = 202+199+78=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 199 (78.12% from 255 or 41.54% from 479); Blue value is 78 (30.86% from 255 or 16.28% from 479); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC74E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC74E is #3538B1. Grayscale: #BABABA. Windows color (decimal): -3487922 or 5162954. OLE color: 5162954.
HSL color Cylindrical-coordinate representation of color #CAC74E: hue angle of 58.55º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CAC74E is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 78 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.21 |
| HSL | 58.55º | 0.54% | 0.55% | - |
| HSV(B) | 58.55º | 0.61% | 0.79% | - |
| XYZ | 46.16 | 53.95 | 15.19 | - |
| YUV | 186.1 | 66.99 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 78 | 0 | 0.01 | 0.61 | 0.21 | 58.55 | 0.54 | 0.55 |
| Hex | CA | C7 | 4E | 0 | 1 | 3D | 15 | 3B | 36 | 37 |
| Octal | 312 | 307 | 116 | 0 | 1 | 75 | 25 | 73 | 66 | 67 |
| Binary | 11001010 | 11000111 | 1001110 | 0 | 1 | 111101 | 10101 | 111011 | 110110 | 110111 |
Color Harmonies of #CAC74E
Complementary color
Monochromatic Colors of #CAC74E
Black with #CAC74E
Text Example
Text Example
White with #CAC74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC74E; }
p { color: rgb(202,199,78); }
H1.HeaderClassName
{
color: #CAC74E;
}
.AnyTagClassName
{
color: #CAC74E;
}
</style>
background-color css
<style>
a { background-color: #CAC74E; }
a { background-color: rgb(202,199,78); }
div.DivClassName
{
background-color: #CAC74E;
}
.BgClassName
{
background-color: #CAC74E;
}
</style>
border-color css
<style>
span { border-color: #CAC74E; }
span { border-color: rgb(202,199,78); }
td.TdClassName
{
border-color: #CAC74E;
}
.TagClassName
{
border-color: #CAC74E;
}
</style>