Shades of Wattle #CAC54D
Tints of Wattle #CAC54D
RGB
CMYK
RGB Variations
Color information
#CAC54D (or 0xCAC54D) is known color: Wattle. HEX triplet: CA, C5 and 4D. RGB value is (202,197,77). Sum of RGB (Red+Green+Blue) = 202+197+77=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 77 (30.47% from 255 or 16.18% from 476); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC54D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC54D is #353AB2. Grayscale: #B9B9B9. Windows color (decimal): -3488435 or 5096906. OLE color: 5096906.
HSL color Cylindrical-coordinate representation of color #CAC54D: hue angle of 57.6º 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 #CAC54D is Cyan = 0, Magento = 0.02, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 77 | - |
| CMYK | 0 | 0.02 | 0.62 | 0.21 |
| HSL | 57.6º | 0.54% | 0.55% | - |
| HSV(B) | 57.6º | 0.62% | 0.79% | - |
| XYZ | 45.66 | 53.02 | 14.85 | - |
| YUV | 184.82 | 67.16 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 77 | 0 | 0.02 | 0.62 | 0.21 | 57.6 | 0.54 | 0.55 |
| Hex | CA | C5 | 4D | 0 | 2 | 3E | 15 | 3A | 36 | 37 |
| Octal | 312 | 305 | 115 | 0 | 2 | 76 | 25 | 72 | 66 | 67 |
| Binary | 11001010 | 11000101 | 1001101 | 0 | 10 | 111110 | 10101 | 111010 | 110110 | 110111 |
Color Harmonies of #CAC54D
Complementary color
Monochromatic Colors of #CAC54D
Black with #CAC54D
Text Example
Text Example
White with #CAC54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC54D; }
p { color: rgb(202,197,77); }
H1.HeaderClassName
{
color: #CAC54D;
}
.AnyTagClassName
{
color: #CAC54D;
}
</style>
background-color css
<style>
a { background-color: #CAC54D; }
a { background-color: rgb(202,197,77); }
div.DivClassName
{
background-color: #CAC54D;
}
.BgClassName
{
background-color: #CAC54D;
}
</style>
border-color css
<style>
span { border-color: #CAC54D; }
span { border-color: rgb(202,197,77); }
td.TdClassName
{
border-color: #CAC54D;
}
.TagClassName
{
border-color: #CAC54D;
}
</style>