Shades of Wattle #CDD14E
Tints of Wattle #CDD14E
RGB
CMYK
RGB Variations
Color information
#CDD14E (or 0xCDD14E) is known color: Wattle. HEX triplet: CD, D1 and 4E. RGB value is (205,209,78). Sum of RGB (Red+Green+Blue) = 205+209+78=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 209 (82.03% from 255 or 42.48% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD14E is #322EB1. Grayscale: #C1C1C1. Windows color (decimal): -3288754 or 5165517. OLE color: 5165517.
HSL color Cylindrical-coordinate representation of color #CDD14E: hue angle of 61.83º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CDD14E is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 78 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.18 |
| HSL | 61.83º | 0.59% | 0.56% | - |
| HSV(B) | 61.83º | 0.63% | 0.82% | - |
| XYZ | 49.35 | 59.13 | 16.02 | - |
| YUV | 192.87 | 63.17 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 78 | 0.02 | 0 | 0.63 | 0.18 | 61.83 | 0.59 | 0.56 |
| Hex | CD | D1 | 4E | 2 | 0 | 3F | 12 | 3E | 3B | 38 |
| Octal | 315 | 321 | 116 | 2 | 0 | 77 | 22 | 76 | 73 | 70 |
| Binary | 11001101 | 11010001 | 1001110 | 10 | 0 | 111111 | 10010 | 111110 | 111011 | 111000 |
Color Harmonies of #CDD14E
Complementary color
Monochromatic Colors of #CDD14E
Black with #CDD14E
Text Example
Text Example
White with #CDD14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD14E; }
p { color: rgb(205,209,78); }
H1.HeaderClassName
{
color: #CDD14E;
}
.AnyTagClassName
{
color: #CDD14E;
}
</style>
background-color css
<style>
a { background-color: #CDD14E; }
a { background-color: rgb(205,209,78); }
div.DivClassName
{
background-color: #CDD14E;
}
.BgClassName
{
background-color: #CDD14E;
}
</style>
border-color css
<style>
span { border-color: #CDD14E; }
span { border-color: rgb(205,209,78); }
td.TdClassName
{
border-color: #CDD14E;
}
.TagClassName
{
border-color: #CDD14E;
}
</style>