Shades of Wild Willow #CDDC5F
Tints of Wild Willow #CDDC5F
RGB
CMYK
RGB Variations
Color information
#CDDC5F (or 0xCDDC5F) is known color: Wild Willow. HEX triplet: CD, DC and 5F. RGB value is (205,220,95). Sum of RGB (Red+Green+Blue) = 205+220+95=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 220 (86.33% from 255 or 42.31% from 520); Blue value is 95 (37.5% from 255 or 18.27% from 520); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDC5F is #3223A0. Grayscale: #C9C9C9. Windows color (decimal): -3285921 or 6282445. OLE color: 6282445.
HSL color Cylindrical-coordinate representation of color #CDDC5F: hue angle of 67.2º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDDC5F is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 95 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.14 |
| HSL | 67.2º | 0.64% | 0.62% | - |
| HSV(B) | 67.2º | 0.57% | 0.86% | - |
| XYZ | 52.84 | 64.99 | 20.59 | - |
| YUV | 201.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 95 | 0.07 | 0 | 0.57 | 0.14 | 67.2 | 0.64 | 0.62 |
| Hex | CD | DC | 5F | 7 | 0 | 39 | E | 43 | 40 | 3E |
| Octal | 315 | 334 | 137 | 7 | 0 | 71 | 16 | 103 | 100 | 76 |
| Binary | 11001101 | 11011100 | 1011111 | 111 | 0 | 111001 | 1110 | 1000011 | 1000000 | 111110 |
Color Harmonies of #CDDC5F
Complementary color
Monochromatic Colors of #CDDC5F
Black with #CDDC5F
Text Example
Text Example
White with #CDDC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC5F; }
p { color: rgb(205,220,95); }
H1.HeaderClassName
{
color: #CDDC5F;
}
.AnyTagClassName
{
color: #CDDC5F;
}
</style>
background-color css
<style>
a { background-color: #CDDC5F; }
a { background-color: rgb(205,220,95); }
div.DivClassName
{
background-color: #CDDC5F;
}
.BgClassName
{
background-color: #CDDC5F;
}
</style>
border-color css
<style>
span { border-color: #CDDC5F; }
span { border-color: rgb(205,220,95); }
td.TdClassName
{
border-color: #CDDC5F;
}
.TagClassName
{
border-color: #CDDC5F;
}
</style>