Shades of Wild Willow #CCD367
Tints of Wild Willow #CCD367
RGB
CMYK
RGB Variations
Color information
#CCD367 (or 0xCCD367) is known color: Wild Willow. HEX triplet: CC, D3 and 67. RGB value is (204,211,103). Sum of RGB (Red+Green+Blue) = 204+211+103=518 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.38% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 103 (40.62% from 255 or 19.88% from 518); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD367 is #332C98. Grayscale: #C5C5C5. Windows color (decimal): -3353753 or 6804428. OLE color: 6804428.
HSL color Cylindrical-coordinate representation of color #CCD367: hue angle of 63.89º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCD367 is Cyan = 0.03, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 103 | - |
| CMYK | 0.03 | 0 | 0.51 | 0.17 |
| HSL | 63.89º | 0.55% | 0.62% | - |
| HSV(B) | 63.89º | 0.51% | 0.83% | - |
| XYZ | 50.64 | 60.41 | 21.82 | - |
| YUV | 196.6 | 75.18 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 103 | 0.03 | 0 | 0.51 | 0.17 | 63.89 | 0.55 | 0.62 |
| Hex | CC | D3 | 67 | 3 | 0 | 33 | 11 | 40 | 37 | 3E |
| Octal | 314 | 323 | 147 | 3 | 0 | 63 | 21 | 100 | 67 | 76 |
| Binary | 11001100 | 11010011 | 1100111 | 11 | 0 | 110011 | 10001 | 1000000 | 110111 | 111110 |
Color Harmonies of #CCD367
Complementary color
Monochromatic Colors of #CCD367
Black with #CCD367
Text Example
Text Example
White with #CCD367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD367; }
p { color: rgb(204,211,103); }
H1.HeaderClassName
{
color: #CCD367;
}
.AnyTagClassName
{
color: #CCD367;
}
</style>
background-color css
<style>
a { background-color: #CCD367; }
a { background-color: rgb(204,211,103); }
div.DivClassName
{
background-color: #CCD367;
}
.BgClassName
{
background-color: #CCD367;
}
</style>
border-color css
<style>
span { border-color: #CCD367; }
span { border-color: rgb(204,211,103); }
td.TdClassName
{
border-color: #CCD367;
}
.TagClassName
{
border-color: #CCD367;
}
</style>