Shades of Wattle #CAC44D
Tints of Wattle #CAC44D
RGB
CMYK
RGB Variations
Color information
#CAC44D (or 0xCAC44D) is known color: Wattle. HEX triplet: CA, C4 and 4D. RGB value is (202,196,77). Sum of RGB (Red+Green+Blue) = 202+196+77=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC44D is #353BB2. Grayscale: #B8B8B8. Windows color (decimal): -3488691 or 5096650. OLE color: 5096650.
HSL color Cylindrical-coordinate representation of color #CAC44D: hue angle of 57.12º 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 #CAC44D is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 77 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.21 |
| HSL | 57.12º | 0.54% | 0.55% | - |
| HSV(B) | 57.12º | 0.62% | 0.79% | - |
| XYZ | 45.44 | 52.57 | 14.77 | - |
| YUV | 184.23 | 67.49 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 77 | 0 | 0.03 | 0.62 | 0.21 | 57.12 | 0.54 | 0.55 |
| Hex | CA | C4 | 4D | 0 | 3 | 3E | 15 | 39 | 36 | 37 |
| Octal | 312 | 304 | 115 | 0 | 3 | 76 | 25 | 71 | 66 | 67 |
| Binary | 11001010 | 11000100 | 1001101 | 0 | 11 | 111110 | 10101 | 111001 | 110110 | 110111 |
Color Harmonies of #CAC44D
Complementary color
Monochromatic Colors of #CAC44D
Black with #CAC44D
Text Example
Text Example
White with #CAC44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC44D; }
p { color: rgb(202,196,77); }
H1.HeaderClassName
{
color: #CAC44D;
}
.AnyTagClassName
{
color: #CAC44D;
}
</style>
background-color css
<style>
a { background-color: #CAC44D; }
a { background-color: rgb(202,196,77); }
div.DivClassName
{
background-color: #CAC44D;
}
.BgClassName
{
background-color: #CAC44D;
}
</style>
border-color css
<style>
span { border-color: #CAC44D; }
span { border-color: rgb(202,196,77); }
td.TdClassName
{
border-color: #CAC44D;
}
.TagClassName
{
border-color: #CAC44D;
}
</style>