Shades of Wild Willow #CCD360
Tints of Wild Willow #CCD360
RGB
CMYK
RGB Variations
Color information
#CCD360 (or 0xCCD360) is known color: Wild Willow. HEX triplet: CC, D3 and 60. RGB value is (204,211,96). Sum of RGB (Red+Green+Blue) = 204+211+96=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 96 (37.89% from 255 or 18.79% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD360 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD360 is #332C9F. Grayscale: #C4C4C4. Windows color (decimal): -3353760 or 6345676. OLE color: 6345676.
HSL color Cylindrical-coordinate representation of color #CCD360: hue angle of 63.65º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCD360 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 96 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.17 |
| HSL | 63.65º | 0.57% | 0.6% | - |
| HSV(B) | 63.65º | 0.55% | 0.83% | - |
| XYZ | 50.31 | 60.27 | 20.05 | - |
| YUV | 195.8 | 71.68 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 96 | 0.03 | 0 | 0.55 | 0.17 | 63.65 | 0.57 | 0.6 |
| Hex | CC | D3 | 60 | 3 | 0 | 37 | 11 | 40 | 39 | 3C |
| Octal | 314 | 323 | 140 | 3 | 0 | 67 | 21 | 100 | 71 | 74 |
| Binary | 11001100 | 11010011 | 1100000 | 11 | 0 | 110111 | 10001 | 1000000 | 111001 | 111100 |
Color Harmonies of #CCD360
Complementary color
Monochromatic Colors of #CCD360
Black with #CCD360
Text Example
Text Example
White with #CCD360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD360; }
p { color: rgb(204,211,96); }
H1.HeaderClassName
{
color: #CCD360;
}
.AnyTagClassName
{
color: #CCD360;
}
</style>
background-color css
<style>
a { background-color: #CCD360; }
a { background-color: rgb(204,211,96); }
div.DivClassName
{
background-color: #CCD360;
}
.BgClassName
{
background-color: #CCD360;
}
</style>
border-color css
<style>
span { border-color: #CCD360; }
span { border-color: rgb(204,211,96); }
td.TdClassName
{
border-color: #CCD360;
}
.TagClassName
{
border-color: #CCD360;
}
</style>