Shades of Wild Willow #CCD254
Tints of Wild Willow #CCD254
RGB
CMYK
RGB Variations
Color information
#CCD254 (or 0xCCD254) is known color: Wild Willow. HEX triplet: CC, D2 and 54. RGB value is (204,210,84). Sum of RGB (Red+Green+Blue) = 204+210+84=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 210 (82.42% from 255 or 42.17% from 498); Blue value is 84 (33.20% from 255 or 16.87% from 498); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD254 is #332DAB. Grayscale: #C2C2C2. Windows color (decimal): -3354028 or 5558988. OLE color: 5558988.
HSL color Cylindrical-coordinate representation of color #CCD254: hue angle of 62.86º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCD254 is Cyan = 0.03, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 84 | - |
| CMYK | 0.03 | 0 | 0.6 | 0.18 |
| HSL | 62.86º | 0.58% | 0.58% | - |
| HSV(B) | 62.86º | 0.6% | 0.82% | - |
| XYZ | 49.55 | 59.57 | 17.27 | - |
| YUV | 193.84 | 66.01 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 84 | 0.03 | 0 | 0.6 | 0.18 | 62.86 | 0.58 | 0.58 |
| Hex | CC | D2 | 54 | 3 | 0 | 3C | 12 | 3F | 3A | 3A |
| Octal | 314 | 322 | 124 | 3 | 0 | 74 | 22 | 77 | 72 | 72 |
| Binary | 11001100 | 11010010 | 1010100 | 11 | 0 | 111100 | 10010 | 111111 | 111010 | 111010 |
Color Harmonies of #CCD254
Complementary color
Monochromatic Colors of #CCD254
Black with #CCD254
Text Example
Text Example
White with #CCD254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD254; }
p { color: rgb(204,210,84); }
H1.HeaderClassName
{
color: #CCD254;
}
.AnyTagClassName
{
color: #CCD254;
}
</style>
background-color css
<style>
a { background-color: #CCD254; }
a { background-color: rgb(204,210,84); }
div.DivClassName
{
background-color: #CCD254;
}
.BgClassName
{
background-color: #CCD254;
}
</style>
border-color css
<style>
span { border-color: #CCD254; }
span { border-color: rgb(204,210,84); }
td.TdClassName
{
border-color: #CCD254;
}
.TagClassName
{
border-color: #CCD254;
}
</style>