Shades of Wild Willow #CCDB5E
Tints of Wild Willow #CCDB5E
RGB
CMYK
RGB Variations
Color information
#CCDB5E (or 0xCCDB5E) is known color: Wild Willow. HEX triplet: CC, DB and 5E. RGB value is (204,219,94). Sum of RGB (Red+Green+Blue) = 204+219+94=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 94 (37.11% from 255 or 18.18% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB5E is #3324A1. Grayscale: #C8C8C8. Windows color (decimal): -3351714 or 6216652. OLE color: 6216652.
HSL color Cylindrical-coordinate representation of color #CCDB5E: hue angle of 67.2º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CCDB5E is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 219 | 94 | - |
CMYK | 0.07 | 0 | 0.57 | 0.14 |
HSL | 67.2º | 0.63% | 0.61% | - |
HSV(B) | 67.2º | 0.57% | 0.86% | - |
XYZ | 52.25 | 64.31 | 20.25 | - |
YUV | 200.27 | 68.03 | 130.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 219 | 94 | 0.07 | 0 | 0.57 | 0.14 | 67.2 | 0.63 | 0.61 |
Hex | CC | DB | 5E | 7 | 0 | 39 | E | 43 | 3F | 3D |
Octal | 314 | 333 | 136 | 7 | 0 | 71 | 16 | 103 | 77 | 75 |
Binary | 11001100 | 11011011 | 1011110 | 111 | 0 | 111001 | 1110 | 1000011 | 111111 | 111101 |
Color Harmonies of #CCDB5E
Complementary color
Monochromatic Colors of #CCDB5E
Black with #CCDB5E
Text Example
Text Example
White with #CCDB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB5E; }
p { color: rgb(204,219,94); }
H1.HeaderClassName
{
color: #CCDB5E;
}
.AnyTagClassName
{
color: #CCDB5E;
}
</style>
background-color css
<style>
a { background-color: #CCDB5E; }
a { background-color: rgb(204,219,94); }
div.DivClassName
{
background-color: #CCDB5E;
}
.BgClassName
{
background-color: #CCDB5E;
}
</style>
border-color css
<style>
span { border-color: #CCDB5E; }
span { border-color: rgb(204,219,94); }
td.TdClassName
{
border-color: #CCDB5E;
}
.TagClassName
{
border-color: #CCDB5E;
}
</style>