Shades of Wild Willow #CCD252
Tints of Wild Willow #CCD252
RGB
CMYK
RGB Variations
Color information
#CCD252 (or 0xCCD252) is known color: Wild Willow. HEX triplet: CC, D2 and 52. RGB value is (204,210,82). Sum of RGB (Red+Green+Blue) = 204+210+82=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 82 (32.42% from 255 or 16.53% from 496); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD252 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD252 is #332DAD. Grayscale: #C2C2C2. Windows color (decimal): -3354030 or 5427916. OLE color: 5427916.
HSL color Cylindrical-coordinate representation of color #CCD252: hue angle of 62.81º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCD252 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 82 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.18 |
| HSL | 62.81º | 0.59% | 0.57% | - |
| HSV(B) | 62.81º | 0.61% | 0.82% | - |
| XYZ | 49.47 | 59.54 | 16.87 | - |
| YUV | 193.61 | 65.01 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 82 | 0.03 | 0 | 0.61 | 0.18 | 62.81 | 0.59 | 0.57 |
| Hex | CC | D2 | 52 | 3 | 0 | 3D | 12 | 3F | 3B | 39 |
| Octal | 314 | 322 | 122 | 3 | 0 | 75 | 22 | 77 | 73 | 71 |
| Binary | 11001100 | 11010010 | 1010010 | 11 | 0 | 111101 | 10010 | 111111 | 111011 | 111001 |
Color Harmonies of #CCD252
Complementary color
Monochromatic Colors of #CCD252
Black with #CCD252
Text Example
Text Example
White with #CCD252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD252; }
p { color: rgb(204,210,82); }
H1.HeaderClassName
{
color: #CCD252;
}
.AnyTagClassName
{
color: #CCD252;
}
</style>
background-color css
<style>
a { background-color: #CCD252; }
a { background-color: rgb(204,210,82); }
div.DivClassName
{
background-color: #CCD252;
}
.BgClassName
{
background-color: #CCD252;
}
</style>
border-color css
<style>
span { border-color: #CCD252; }
span { border-color: rgb(204,210,82); }
td.TdClassName
{
border-color: #CCD252;
}
.TagClassName
{
border-color: #CCD252;
}
</style>