Shades of Wild Willow #CCDB5D
Tints of Wild Willow #CCDB5D
RGB
CMYK
RGB Variations
Color information
#CCDB5D (or 0xCCDB5D) is known color: Wild Willow. HEX triplet: CC, DB and 5D. RGB value is (204,219,93). Sum of RGB (Red+Green+Blue) = 204+219+93=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB5D is #3324A2. Grayscale: #C8C8C8. Windows color (decimal): -3351715 or 6151116. OLE color: 6151116.
HSL color Cylindrical-coordinate representation of color #CCDB5D: hue angle of 67.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCDB5D is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 93 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.14 |
| HSL | 67.14º | 0.64% | 0.61% | - |
| HSV(B) | 67.14º | 0.58% | 0.86% | - |
| XYZ | 52.21 | 64.29 | 20.01 | - |
| YUV | 200.15 | 67.53 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 93 | 0.07 | 0 | 0.58 | 0.14 | 67.14 | 0.64 | 0.61 |
| Hex | CC | DB | 5D | 7 | 0 | 3A | E | 43 | 40 | 3D |
| Octal | 314 | 333 | 135 | 7 | 0 | 72 | 16 | 103 | 100 | 75 |
| Binary | 11001100 | 11011011 | 1011101 | 111 | 0 | 111010 | 1110 | 1000011 | 1000000 | 111101 |
Color Harmonies of #CCDB5D
Complementary color
Monochromatic Colors of #CCDB5D
Black with #CCDB5D
Text Example
Text Example
White with #CCDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB5D; }
p { color: rgb(204,219,93); }
H1.HeaderClassName
{
color: #CCDB5D;
}
.AnyTagClassName
{
color: #CCDB5D;
}
</style>
background-color css
<style>
a { background-color: #CCDB5D; }
a { background-color: rgb(204,219,93); }
div.DivClassName
{
background-color: #CCDB5D;
}
.BgClassName
{
background-color: #CCDB5D;
}
</style>
border-color css
<style>
span { border-color: #CCDB5D; }
span { border-color: rgb(204,219,93); }
td.TdClassName
{
border-color: #CCDB5D;
}
.TagClassName
{
border-color: #CCDB5D;
}
</style>