Shades of Wild Willow #CDD254
Tints of Wild Willow #CDD254
RGB
CMYK
RGB Variations
Color information
#CDD254 (or 0xCDD254) is known color: Wild Willow. HEX triplet: CD, D2 and 54. RGB value is (205,210,84). Sum of RGB (Red+Green+Blue) = 205+210+84=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 84 (33.20% from 255 or 16.83% from 499); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD254 is #322DAB. Grayscale: #C2C2C2. Windows color (decimal): -3288492 or 5558989. OLE color: 5558989.
HSL color Cylindrical-coordinate representation of color #CDD254: hue angle of 62.38º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CDD254 is Cyan = 0.02, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 84 | - |
| CMYK | 0.02 | 0 | 0.6 | 0.18 |
| HSL | 62.38º | 0.58% | 0.58% | - |
| HSV(B) | 62.38º | 0.6% | 0.82% | - |
| XYZ | 49.82 | 59.71 | 17.29 | - |
| YUV | 194.14 | 65.84 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 84 | 0.02 | 0 | 0.6 | 0.18 | 62.38 | 0.58 | 0.58 |
| Hex | CD | D2 | 54 | 2 | 0 | 3C | 12 | 3E | 3A | 3A |
| Octal | 315 | 322 | 124 | 2 | 0 | 74 | 22 | 76 | 72 | 72 |
| Binary | 11001101 | 11010010 | 1010100 | 10 | 0 | 111100 | 10010 | 111110 | 111010 | 111010 |
Color Harmonies of #CDD254
Complementary color
Monochromatic Colors of #CDD254
Black with #CDD254
Text Example
Text Example
White with #CDD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD254; }
p { color: rgb(205,210,84); }
H1.HeaderClassName
{
color: #CDD254;
}
.AnyTagClassName
{
color: #CDD254;
}
</style>
background-color css
<style>
a { background-color: #CDD254; }
a { background-color: rgb(205,210,84); }
div.DivClassName
{
background-color: #CDD254;
}
.BgClassName
{
background-color: #CDD254;
}
</style>
border-color css
<style>
span { border-color: #CDD254; }
span { border-color: rgb(205,210,84); }
td.TdClassName
{
border-color: #CDD254;
}
.TagClassName
{
border-color: #CDD254;
}
</style>