Shades of Wattle #CAC74D
Tints of Wattle #CAC74D
RGB
CMYK
RGB Variations
Color information
#CAC74D (or 0xCAC74D) is known color: Wattle. HEX triplet: CA, C7 and 4D. RGB value is (202,199,77). Sum of RGB (Red+Green+Blue) = 202+199+77=478 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.26% from 478); Green value is 199 (78.12% from 255 or 41.63% from 478); Blue value is 77 (30.47% from 255 or 16.11% from 478); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC74D is #3538B2. Grayscale: #BABABA. Windows color (decimal): -3487923 or 5097418. OLE color: 5097418.
HSL color Cylindrical-coordinate representation of color #CAC74D: hue angle of 58.56º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CAC74D is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 199 | 77 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.21 |
| HSL | 58.56º | 0.54% | 0.55% | - |
| HSV(B) | 58.56º | 0.62% | 0.79% | - |
| XYZ | 46.12 | 53.94 | 15 | - |
| YUV | 185.99 | 66.49 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 199 | 77 | 0 | 0.01 | 0.62 | 0.21 | 58.56 | 0.54 | 0.55 |
| Hex | CA | C7 | 4D | 0 | 1 | 3E | 15 | 3B | 36 | 37 |
| Octal | 312 | 307 | 115 | 0 | 1 | 76 | 25 | 73 | 66 | 67 |
| Binary | 11001010 | 11000111 | 1001101 | 0 | 1 | 111110 | 10101 | 111011 | 110110 | 110111 |
Color Harmonies of #CAC74D
Complementary color
Monochromatic Colors of #CAC74D
Black with #CAC74D
Text Example
Text Example
White with #CAC74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC74D; }
p { color: rgb(202,199,77); }
H1.HeaderClassName
{
color: #CAC74D;
}
.AnyTagClassName
{
color: #CAC74D;
}
</style>
background-color css
<style>
a { background-color: #CAC74D; }
a { background-color: rgb(202,199,77); }
div.DivClassName
{
background-color: #CAC74D;
}
.BgClassName
{
background-color: #CAC74D;
}
</style>
border-color css
<style>
span { border-color: #CAC74D; }
span { border-color: rgb(202,199,77); }
td.TdClassName
{
border-color: #CAC74D;
}
.TagClassName
{
border-color: #CAC74D;
}
</style>