Shades of Wild Willow #CDDB5C
Tints of Wild Willow #CDDB5C
RGB
CMYK
RGB Variations
Color information
#CDDB5C (or 0xCDDB5C) is known color: Wild Willow. HEX triplet: CD, DB and 5C. RGB value is (205,219,92). Sum of RGB (Red+Green+Blue) = 205+219+92=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB5C is #3224A3. Grayscale: #C8C8C8. Windows color (decimal): -3286180 or 6085581. OLE color: 6085581.
HSL color Cylindrical-coordinate representation of color #CDDB5C: hue angle of 66.61º 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 #CDDB5C is Cyan = 0.06, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 92 | - |
| CMYK | 0.06 | 0 | 0.58 | 0.14 |
| HSL | 66.61º | 0.64% | 0.61% | - |
| HSV(B) | 66.61º | 0.58% | 0.86% | - |
| XYZ | 52.44 | 64.41 | 19.79 | - |
| YUV | 200.34 | 66.86 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 92 | 0.06 | 0 | 0.58 | 0.14 | 66.61 | 0.64 | 0.61 |
| Hex | CD | DB | 5C | 6 | 0 | 3A | E | 43 | 40 | 3D |
| Octal | 315 | 333 | 134 | 6 | 0 | 72 | 16 | 103 | 100 | 75 |
| Binary | 11001101 | 11011011 | 1011100 | 110 | 0 | 111010 | 1110 | 1000011 | 1000000 | 111101 |
Color Harmonies of #CDDB5C
Complementary color
Monochromatic Colors of #CDDB5C
Black with #CDDB5C
Text Example
Text Example
White with #CDDB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB5C; }
p { color: rgb(205,219,92); }
H1.HeaderClassName
{
color: #CDDB5C;
}
.AnyTagClassName
{
color: #CDDB5C;
}
</style>
background-color css
<style>
a { background-color: #CDDB5C; }
a { background-color: rgb(205,219,92); }
div.DivClassName
{
background-color: #CDDB5C;
}
.BgClassName
{
background-color: #CDDB5C;
}
</style>
border-color css
<style>
span { border-color: #CDDB5C; }
span { border-color: rgb(205,219,92); }
td.TdClassName
{
border-color: #CDDB5C;
}
.TagClassName
{
border-color: #CDDB5C;
}
</style>