Shades of Wild Willow #CDD35C
Tints of Wild Willow #CDD35C
RGB
CMYK
RGB Variations
Color information
#CDD35C (or 0xCDD35C) is known color: Wild Willow. HEX triplet: CD, D3 and 5C. RGB value is (205,211,92). Sum of RGB (Red+Green+Blue) = 205+211+92=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 211 (82.81% from 255 or 41.54% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 211 - color contains mainly: green. Hex color #CDD35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD35C is #322CA3. Grayscale: #C4C4C4. Windows color (decimal): -3288228 or 6083533. OLE color: 6083533.
HSL color Cylindrical-coordinate representation of color #CDD35C: hue angle of 63.03º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDD35C is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 205 | 211 | 92 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.17 |
| HSL | 63.03º | 0.57% | 0.59% | - |
| HSV(B) | 63.03º | 0.56% | 0.83% | - |
| XYZ | 50.4 | 60.34 | 19.12 | - |
| YUV | 195.64 | 69.51 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 92 | 0.03 | 0 | 0.56 | 0.17 | 63.03 | 0.57 | 0.59 |
| Hex | CD | D3 | 5C | 3 | 0 | 38 | 11 | 3F | 39 | 3B |
| Octal | 315 | 323 | 134 | 3 | 0 | 70 | 21 | 77 | 71 | 73 |
| Binary | 11001101 | 11010011 | 1011100 | 11 | 0 | 111000 | 10001 | 111111 | 111001 | 111011 |
Color Harmonies of #CDD35C
Complementary color
Monochromatic Colors of #CDD35C
Black with #CDD35C
Text Example
Text Example
White with #CDD35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD35C; }
p { color: rgb(205,211,92); }
H1.HeaderClassName
{
color: #CDD35C;
}
.AnyTagClassName
{
color: #CDD35C;
}
</style>
background-color css
<style>
a { background-color: #CDD35C; }
a { background-color: rgb(205,211,92); }
div.DivClassName
{
background-color: #CDD35C;
}
.BgClassName
{
background-color: #CDD35C;
}
</style>
border-color css
<style>
span { border-color: #CDD35C; }
span { border-color: rgb(205,211,92); }
td.TdClassName
{
border-color: #CDD35C;
}
.TagClassName
{
border-color: #CDD35C;
}
</style>