Shades of Wild Willow #CDD15C
Tints of Wild Willow #CDD15C
RGB
CMYK
RGB Variations
Color information
#CDD15C (or 0xCDD15C) is known color: Wild Willow. HEX triplet: CD, D1 and 5C. RGB value is (205,209,92). Sum of RGB (Red+Green+Blue) = 205+209+92=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 209 (82.03% from 255 or 41.30% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 209 - color contains mainly: green. Hex color #CDD15C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD15C is #322EA3. Grayscale: #C2C2C2. Windows color (decimal): -3288740 or 6083021. OLE color: 6083021.
HSL color Cylindrical-coordinate representation of color #CDD15C: hue angle of 62.05º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD15C is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 209 | 92 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.18 |
| HSL | 62.05º | 0.56% | 0.59% | - |
| HSV(B) | 62.05º | 0.56% | 0.82% | - |
| XYZ | 49.91 | 59.35 | 18.95 | - |
| YUV | 194.47 | 70.17 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 92 | 0.02 | 0 | 0.56 | 0.18 | 62.05 | 0.56 | 0.59 |
| Hex | CD | D1 | 5C | 2 | 0 | 38 | 12 | 3E | 38 | 3B |
| Octal | 315 | 321 | 134 | 2 | 0 | 70 | 22 | 76 | 70 | 73 |
| Binary | 11001101 | 11010001 | 1011100 | 10 | 0 | 111000 | 10010 | 111110 | 111000 | 111011 |
Color Harmonies of #CDD15C
Complementary color
Monochromatic Colors of #CDD15C
Black with #CDD15C
Text Example
Text Example
White with #CDD15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD15C; }
p { color: rgb(205,209,92); }
H1.HeaderClassName
{
color: #CDD15C;
}
.AnyTagClassName
{
color: #CDD15C;
}
</style>
background-color css
<style>
a { background-color: #CDD15C; }
a { background-color: rgb(205,209,92); }
div.DivClassName
{
background-color: #CDD15C;
}
.BgClassName
{
background-color: #CDD15C;
}
</style>
border-color css
<style>
span { border-color: #CDD15C; }
span { border-color: rgb(205,209,92); }
td.TdClassName
{
border-color: #CDD15C;
}
.TagClassName
{
border-color: #CDD15C;
}
</style>