Shades of Wattle #CAC14E
Tints of Wattle #CAC14E
RGB
CMYK
RGB Variations
Color information
#CAC14E (or 0xCAC14E) is known color: Wattle. HEX triplet: CA, C1 and 4E. RGB value is (202,193,78). Sum of RGB (Red+Green+Blue) = 202+193+78=473 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.71% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 78 (30.86% from 255 or 16.49% from 473); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAC14E is #353EB1. Grayscale: #B7B7B7. Windows color (decimal): -3489458 or 5161418. OLE color: 5161418.
HSL color Cylindrical-coordinate representation of color #CAC14E: hue angle of 55.65º 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 #CAC14E is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 193 | 78 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.21 |
| HSL | 55.65º | 0.54% | 0.55% | - |
| HSV(B) | 55.65º | 0.61% | 0.79% | - |
| XYZ | 44.8 | 51.25 | 14.74 | - |
| YUV | 182.58 | 68.98 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 193 | 78 | 0 | 0.04 | 0.61 | 0.21 | 55.65 | 0.54 | 0.55 |
| Hex | CA | C1 | 4E | 0 | 4 | 3D | 15 | 38 | 36 | 37 |
| Octal | 312 | 301 | 116 | 0 | 4 | 75 | 25 | 70 | 66 | 67 |
| Binary | 11001010 | 11000001 | 1001110 | 0 | 100 | 111101 | 10101 | 111000 | 110110 | 110111 |
Color Harmonies of #CAC14E
Complementary color
Monochromatic Colors of #CAC14E
Black with #CAC14E
Text Example
Text Example
White with #CAC14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC14E; }
p { color: rgb(202,193,78); }
H1.HeaderClassName
{
color: #CAC14E;
}
.AnyTagClassName
{
color: #CAC14E;
}
</style>
background-color css
<style>
a { background-color: #CAC14E; }
a { background-color: rgb(202,193,78); }
div.DivClassName
{
background-color: #CAC14E;
}
.BgClassName
{
background-color: #CAC14E;
}
</style>
border-color css
<style>
span { border-color: #CAC14E; }
span { border-color: rgb(202,193,78); }
td.TdClassName
{
border-color: #CAC14E;
}
.TagClassName
{
border-color: #CAC14E;
}
</style>