Shades of Wattle #CAC14D
Tints of Wattle #CAC14D
RGB
CMYK
RGB Variations
Color information
#CAC14D (or 0xCAC14D) is known color: Wattle. HEX triplet: CA, C1 and 4D. RGB value is (202,193,77). Sum of RGB (Red+Green+Blue) = 202+193+77=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 77 (30.47% from 255 or 16.31% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC14D is #353EB2. Grayscale: #B6B6B6. Windows color (decimal): -3489459 or 5095882. OLE color: 5095882.
HSL color Cylindrical-coordinate representation of color #CAC14D: hue angle of 55.68º 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 #CAC14D is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 77 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.21 |
| HSL | 55.68º | 0.54% | 0.55% | - |
| HSV(B) | 55.68º | 0.62% | 0.79% | - |
| XYZ | 44.77 | 51.23 | 14.55 | - |
| YUV | 182.47 | 68.48 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 77 | 0 | 0.04 | 0.62 | 0.21 | 55.68 | 0.54 | 0.55 |
| Hex | CA | C1 | 4D | 0 | 4 | 3E | 15 | 38 | 36 | 37 |
| Octal | 312 | 301 | 115 | 0 | 4 | 76 | 25 | 70 | 66 | 67 |
| Binary | 11001010 | 11000001 | 1001101 | 0 | 100 | 111110 | 10101 | 111000 | 110110 | 110111 |
Color Harmonies of #CAC14D
Complementary color
Monochromatic Colors of #CAC14D
Black with #CAC14D
Text Example
Text Example
White with #CAC14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC14D; }
p { color: rgb(202,193,77); }
H1.HeaderClassName
{
color: #CAC14D;
}
.AnyTagClassName
{
color: #CAC14D;
}
</style>
background-color css
<style>
a { background-color: #CAC14D; }
a { background-color: rgb(202,193,77); }
div.DivClassName
{
background-color: #CAC14D;
}
.BgClassName
{
background-color: #CAC14D;
}
</style>
border-color css
<style>
span { border-color: #CAC14D; }
span { border-color: rgb(202,193,77); }
td.TdClassName
{
border-color: #CAC14D;
}
.TagClassName
{
border-color: #CAC14D;
}
</style>