Shades of Wild Willow #CCD250
Tints of Wild Willow #CCD250
RGB
CMYK
RGB Variations
Color information
#CCD250 (or 0xCCD250) is known color: Wild Willow. HEX triplet: CC, D2 and 50. RGB value is (204,210,80). Sum of RGB (Red+Green+Blue) = 204+210+80=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD250 is #332DAF. Grayscale: #C1C1C1. Windows color (decimal): -3354032 or 5296844. OLE color: 5296844.
HSL color Cylindrical-coordinate representation of color #CCD250: hue angle of 62.77º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCD250 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 80 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.18 |
| HSL | 62.77º | 0.59% | 0.57% | - |
| HSV(B) | 62.77º | 0.62% | 0.82% | - |
| XYZ | 49.4 | 59.51 | 16.47 | - |
| YUV | 193.39 | 64.01 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 80 | 0.03 | 0 | 0.62 | 0.18 | 62.77 | 0.59 | 0.57 |
| Hex | CC | D2 | 50 | 3 | 0 | 3E | 12 | 3F | 3B | 39 |
| Octal | 314 | 322 | 120 | 3 | 0 | 76 | 22 | 77 | 73 | 71 |
| Binary | 11001100 | 11010010 | 1010000 | 11 | 0 | 111110 | 10010 | 111111 | 111011 | 111001 |
Color Harmonies of #CCD250
Complementary color
Monochromatic Colors of #CCD250
Black with #CCD250
Text Example
Text Example
White with #CCD250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD250; }
p { color: rgb(204,210,80); }
H1.HeaderClassName
{
color: #CCD250;
}
.AnyTagClassName
{
color: #CCD250;
}
</style>
background-color css
<style>
a { background-color: #CCD250; }
a { background-color: rgb(204,210,80); }
div.DivClassName
{
background-color: #CCD250;
}
.BgClassName
{
background-color: #CCD250;
}
</style>
border-color css
<style>
span { border-color: #CCD250; }
span { border-color: rgb(204,210,80); }
td.TdClassName
{
border-color: #CCD250;
}
.TagClassName
{
border-color: #CCD250;
}
</style>