Shades of Wild Willow #CDD75A
Tints of Wild Willow #CDD75A
RGB
CMYK
RGB Variations
Color information
#CDD75A (or 0xCDD75A) is known color: Wild Willow. HEX triplet: CD, D7 and 5A. RGB value is (205,215,90). Sum of RGB (Red+Green+Blue) = 205+215+90=510 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.20% from 510); Green value is 215 (84.38% from 255 or 42.16% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 215 - color contains mainly: green. Hex color #CDD75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD75A is #3228A5. Grayscale: #C6C6C6. Windows color (decimal): -3287206 or 5953485. OLE color: 5953485.
HSL color Cylindrical-coordinate representation of color #CDD75A: hue angle of 64.8º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CDD75A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 215 | 90 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.16 |
| HSL | 64.8º | 0.61% | 0.6% | - |
| HSV(B) | 64.8º | 0.58% | 0.84% | - |
| XYZ | 51.32 | 62.32 | 19 | - |
| YUV | 197.76 | 67.19 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 90 | 0.05 | 0 | 0.58 | 0.16 | 64.8 | 0.61 | 0.6 |
| Hex | CD | D7 | 5A | 5 | 0 | 3A | 10 | 41 | 3D | 3C |
| Octal | 315 | 327 | 132 | 5 | 0 | 72 | 20 | 101 | 75 | 74 |
| Binary | 11001101 | 11010111 | 1011010 | 101 | 0 | 111010 | 10000 | 1000001 | 111101 | 111100 |
Color Harmonies of #CDD75A
Complementary color
Monochromatic Colors of #CDD75A
Black with #CDD75A
Text Example
Text Example
White with #CDD75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD75A; }
p { color: rgb(205,215,90); }
H1.HeaderClassName
{
color: #CDD75A;
}
.AnyTagClassName
{
color: #CDD75A;
}
</style>
background-color css
<style>
a { background-color: #CDD75A; }
a { background-color: rgb(205,215,90); }
div.DivClassName
{
background-color: #CDD75A;
}
.BgClassName
{
background-color: #CDD75A;
}
</style>
border-color css
<style>
span { border-color: #CDD75A; }
span { border-color: rgb(205,215,90); }
td.TdClassName
{
border-color: #CDD75A;
}
.TagClassName
{
border-color: #CDD75A;
}
</style>