Shades of Wild Willow #CDDB5D
Tints of Wild Willow #CDDB5D
RGB
CMYK
RGB Variations
Color information
#CDDB5D (or 0xCDDB5D) is known color: Wild Willow. HEX triplet: CD, DB and 5D. RGB value is (205,219,93). Sum of RGB (Red+Green+Blue) = 205+219+93=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 93 (36.72% from 255 or 17.99% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB5D is #3224A2. Grayscale: #C8C8C8. Windows color (decimal): -3286179 or 6151117. OLE color: 6151117.
HSL color Cylindrical-coordinate representation of color #CDDB5D: hue angle of 66.67º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDDB5D is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 93 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.14 |
| HSL | 66.67º | 0.64% | 0.61% | - |
| HSV(B) | 66.67º | 0.58% | 0.86% | - |
| XYZ | 52.48 | 64.43 | 20.03 | - |
| YUV | 200.45 | 67.36 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 93 | 0.06 | 0 | 0.58 | 0.14 | 66.67 | 0.64 | 0.61 |
| Hex | CD | DB | 5D | 6 | 0 | 3A | E | 43 | 40 | 3D |
| Octal | 315 | 333 | 135 | 6 | 0 | 72 | 16 | 103 | 100 | 75 |
| Binary | 11001101 | 11011011 | 1011101 | 110 | 0 | 111010 | 1110 | 1000011 | 1000000 | 111101 |
Color Harmonies of #CDDB5D
Complementary color
Monochromatic Colors of #CDDB5D
Black with #CDDB5D
Text Example
Text Example
White with #CDDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB5D; }
p { color: rgb(205,219,93); }
H1.HeaderClassName
{
color: #CDDB5D;
}
.AnyTagClassName
{
color: #CDDB5D;
}
</style>
background-color css
<style>
a { background-color: #CDDB5D; }
a { background-color: rgb(205,219,93); }
div.DivClassName
{
background-color: #CDDB5D;
}
.BgClassName
{
background-color: #CDDB5D;
}
</style>
border-color css
<style>
span { border-color: #CDDB5D; }
span { border-color: rgb(205,219,93); }
td.TdClassName
{
border-color: #CDDB5D;
}
.TagClassName
{
border-color: #CDDB5D;
}
</style>