Shades of Wild Willow #CCD457
Tints of Wild Willow #CCD457
RGB
CMYK
RGB Variations
Color information
#CCD457 (or 0xCCD457) is known color: Wild Willow. HEX triplet: CC, D4 and 57. RGB value is (204,212,87). Sum of RGB (Red+Green+Blue) = 204+212+87=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 87 (34.38% from 255 or 17.30% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD457 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD457 is #332BA8. Grayscale: #C3C3C3. Windows color (decimal): -3353513 or 5756108. OLE color: 5756108.
HSL color Cylindrical-coordinate representation of color #CCD457: hue angle of 63.84º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CCD457 is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 87 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.17 |
| HSL | 63.84º | 0.59% | 0.59% | - |
| HSV(B) | 63.84º | 0.59% | 0.83% | - |
| XYZ | 50.17 | 60.61 | 18.07 | - |
| YUV | 195.36 | 66.85 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 87 | 0.04 | 0 | 0.59 | 0.17 | 63.84 | 0.59 | 0.59 |
| Hex | CC | D4 | 57 | 4 | 0 | 3B | 11 | 40 | 3B | 3B |
| Octal | 314 | 324 | 127 | 4 | 0 | 73 | 21 | 100 | 73 | 73 |
| Binary | 11001100 | 11010100 | 1010111 | 100 | 0 | 111011 | 10001 | 1000000 | 111011 | 111011 |
Color Harmonies of #CCD457
Complementary color
Monochromatic Colors of #CCD457
Black with #CCD457
Text Example
Text Example
White with #CCD457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD457; }
p { color: rgb(204,212,87); }
H1.HeaderClassName
{
color: #CCD457;
}
.AnyTagClassName
{
color: #CCD457;
}
</style>
background-color css
<style>
a { background-color: #CCD457; }
a { background-color: rgb(204,212,87); }
div.DivClassName
{
background-color: #CCD457;
}
.BgClassName
{
background-color: #CCD457;
}
</style>
border-color css
<style>
span { border-color: #CCD457; }
span { border-color: rgb(204,212,87); }
td.TdClassName
{
border-color: #CCD457;
}
.TagClassName
{
border-color: #CCD457;
}
</style>