Shades of Wattle #CAC74F
Tints of Wattle #CAC74F
RGB
CMYK
RGB Variations
Color information
#CAC74F (or 0xCAC74F) is known color: Wattle. HEX triplet: CA, C7 and 4F. RGB value is (202,199,79). Sum of RGB (Red+Green+Blue) = 202+199+79=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 199 (78.12% from 255 or 41.46% from 480); Blue value is 79 (31.25% from 255 or 16.46% from 480); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC74F is #3538B0. Grayscale: #BABABA. Windows color (decimal): -3487921 or 5228490. OLE color: 5228490.
HSL color Cylindrical-coordinate representation of color #CAC74F: hue angle of 58.54º 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 #CAC74F is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 79 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.21 |
| HSL | 58.54º | 0.54% | 0.55% | - |
| HSV(B) | 58.54º | 0.61% | 0.79% | - |
| XYZ | 46.19 | 53.97 | 15.38 | - |
| YUV | 186.22 | 67.49 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 79 | 0 | 0.01 | 0.61 | 0.21 | 58.54 | 0.54 | 0.55 |
| Hex | CA | C7 | 4F | 0 | 1 | 3D | 15 | 3B | 36 | 37 |
| Octal | 312 | 307 | 117 | 0 | 1 | 75 | 25 | 73 | 66 | 67 |
| Binary | 11001010 | 11000111 | 1001111 | 0 | 1 | 111101 | 10101 | 111011 | 110110 | 110111 |
Color Harmonies of #CAC74F
Complementary color
Monochromatic Colors of #CAC74F
Black with #CAC74F
Text Example
Text Example
White with #CAC74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC74F; }
p { color: rgb(202,199,79); }
H1.HeaderClassName
{
color: #CAC74F;
}
.AnyTagClassName
{
color: #CAC74F;
}
</style>
background-color css
<style>
a { background-color: #CAC74F; }
a { background-color: rgb(202,199,79); }
div.DivClassName
{
background-color: #CAC74F;
}
.BgClassName
{
background-color: #CAC74F;
}
</style>
border-color css
<style>
span { border-color: #CAC74F; }
span { border-color: rgb(202,199,79); }
td.TdClassName
{
border-color: #CAC74F;
}
.TagClassName
{
border-color: #CAC74F;
}
</style>