Shades of Wattle #CDD14D
Tints of Wattle #CDD14D
RGB
CMYK
RGB Variations
Color information
#CDD14D (or 0xCDD14D) is known color: Wattle. HEX triplet: CD, D1 and 4D. RGB value is (205,209,77). Sum of RGB (Red+Green+Blue) = 205+209+77=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD14D is #322EB2. Grayscale: #C1C1C1. Windows color (decimal): -3288755 or 5099981. OLE color: 5099981.
HSL color Cylindrical-coordinate representation of color #CDD14D: hue angle of 61.82º 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 #CDD14D is Cyan = 0.02, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 77 | - |
| CMYK | 0.02 | 0 | 0.63 | 0.18 |
| HSL | 61.82º | 0.59% | 0.56% | - |
| HSV(B) | 61.82º | 0.63% | 0.82% | - |
| XYZ | 49.32 | 59.12 | 15.83 | - |
| YUV | 192.76 | 62.67 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 77 | 0.02 | 0 | 0.63 | 0.18 | 61.82 | 0.59 | 0.56 |
| Hex | CD | D1 | 4D | 2 | 0 | 3F | 12 | 3E | 3B | 38 |
| Octal | 315 | 321 | 115 | 2 | 0 | 77 | 22 | 76 | 73 | 70 |
| Binary | 11001101 | 11010001 | 1001101 | 10 | 0 | 111111 | 10010 | 111110 | 111011 | 111000 |
Color Harmonies of #CDD14D
Complementary color
Monochromatic Colors of #CDD14D
Black with #CDD14D
Text Example
Text Example
White with #CDD14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD14D; }
p { color: rgb(205,209,77); }
H1.HeaderClassName
{
color: #CDD14D;
}
.AnyTagClassName
{
color: #CDD14D;
}
</style>
background-color css
<style>
a { background-color: #CDD14D; }
a { background-color: rgb(205,209,77); }
div.DivClassName
{
background-color: #CDD14D;
}
.BgClassName
{
background-color: #CDD14D;
}
</style>
border-color css
<style>
span { border-color: #CDD14D; }
span { border-color: rgb(205,209,77); }
td.TdClassName
{
border-color: #CDD14D;
}
.TagClassName
{
border-color: #CDD14D;
}
</style>