Shades of Wild Willow #CDD55D
Tints of Wild Willow #CDD55D
RGB
CMYK
RGB Variations
Color information
#CDD55D (or 0xCDD55D) is known color: Wild Willow. HEX triplet: CD, D5 and 5D. RGB value is (205,213,93). Sum of RGB (Red+Green+Blue) = 205+213+93=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD55D is #322AA2. Grayscale: #C5C5C5. Windows color (decimal): -3287715 or 6149581. OLE color: 6149581.
HSL color Cylindrical-coordinate representation of color #CDD55D: hue angle of 64º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD55D is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 93 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.16 |
| HSL | 64º | 0.59% | 0.6% | - |
| HSV(B) | 64º | 0.56% | 0.84% | - |
| XYZ | 50.95 | 61.36 | 19.51 | - |
| YUV | 196.93 | 69.35 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 93 | 0.04 | 0 | 0.56 | 0.16 | 64 | 0.59 | 0.6 |
| Hex | CD | D5 | 5D | 4 | 0 | 38 | 10 | 40 | 3B | 3C |
| Octal | 315 | 325 | 135 | 4 | 0 | 70 | 20 | 100 | 73 | 74 |
| Binary | 11001101 | 11010101 | 1011101 | 100 | 0 | 111000 | 10000 | 1000000 | 111011 | 111100 |
Color Harmonies of #CDD55D
Complementary color
Monochromatic Colors of #CDD55D
Black with #CDD55D
Text Example
Text Example
White with #CDD55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD55D; }
p { color: rgb(205,213,93); }
H1.HeaderClassName
{
color: #CDD55D;
}
.AnyTagClassName
{
color: #CDD55D;
}
</style>
background-color css
<style>
a { background-color: #CDD55D; }
a { background-color: rgb(205,213,93); }
div.DivClassName
{
background-color: #CDD55D;
}
.BgClassName
{
background-color: #CDD55D;
}
</style>
border-color css
<style>
span { border-color: #CDD55D; }
span { border-color: rgb(205,213,93); }
td.TdClassName
{
border-color: #CDD55D;
}
.TagClassName
{
border-color: #CDD55D;
}
</style>