Shades of Wild Willow #CCD364
Tints of Wild Willow #CCD364
RGB
CMYK
RGB Variations
Color information
#CCD364 (or 0xCCD364) is known color: Wild Willow. HEX triplet: CC, D3 and 64. RGB value is (204,211,100). Sum of RGB (Red+Green+Blue) = 204+211+100=515 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.61% from 515); Green value is 211 (82.81% from 255 or 40.97% from 515); Blue value is 100 (39.45% from 255 or 19.42% from 515); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD364 is #332C9B. Grayscale: #C4C4C4. Windows color (decimal): -3353756 or 6607820. OLE color: 6607820.
HSL color Cylindrical-coordinate representation of color #CCD364: hue angle of 63.78º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD364 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 100 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.17 |
| HSL | 63.78º | 0.56% | 0.61% | - |
| HSV(B) | 63.78º | 0.53% | 0.83% | - |
| XYZ | 50.5 | 60.35 | 21.04 | - |
| YUV | 196.25 | 73.68 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 100 | 0.03 | 0 | 0.53 | 0.17 | 63.78 | 0.56 | 0.61 |
| Hex | CC | D3 | 64 | 3 | 0 | 35 | 11 | 40 | 38 | 3D |
| Octal | 314 | 323 | 144 | 3 | 0 | 65 | 21 | 100 | 70 | 75 |
| Binary | 11001100 | 11010011 | 1100100 | 11 | 0 | 110101 | 10001 | 1000000 | 111000 | 111101 |
Color Harmonies of #CCD364
Complementary color
Monochromatic Colors of #CCD364
Black with #CCD364
Text Example
Text Example
White with #CCD364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD364; }
p { color: rgb(204,211,100); }
H1.HeaderClassName
{
color: #CCD364;
}
.AnyTagClassName
{
color: #CCD364;
}
</style>
background-color css
<style>
a { background-color: #CCD364; }
a { background-color: rgb(204,211,100); }
div.DivClassName
{
background-color: #CCD364;
}
.BgClassName
{
background-color: #CCD364;
}
</style>
border-color css
<style>
span { border-color: #CCD364; }
span { border-color: rgb(204,211,100); }
td.TdClassName
{
border-color: #CCD364;
}
.TagClassName
{
border-color: #CCD364;
}
</style>