Shades of Wild Willow #CCDB58
Tints of Wild Willow #CCDB58
RGB
CMYK
RGB Variations
Color information
#CCDB58 (or 0xCCDB58) is known color: Wild Willow. HEX triplet: CC, DB and 58. RGB value is (204,219,88). Sum of RGB (Red+Green+Blue) = 204+219+88=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 88 (34.77% from 255 or 17.22% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB58 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB58 is #3324A7. Grayscale: #C8C8C8. Windows color (decimal): -3351720 or 5823436. OLE color: 5823436.
HSL color Cylindrical-coordinate representation of color #CCDB58: hue angle of 66.87º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCDB58 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 88 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.14 |
| HSL | 66.87º | 0.65% | 0.6% | - |
| HSV(B) | 66.87º | 0.6% | 0.86% | - |
| XYZ | 51.99 | 64.2 | 18.88 | - |
| YUV | 199.58 | 65.03 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 88 | 0.07 | 0 | 0.60 | 0.14 | 66.87 | 0.65 | 0.6 |
| Hex | CC | DB | 58 | 7 | 0 | 3C | E | 43 | 41 | 3C |
| Octal | 314 | 333 | 130 | 7 | 0 | 74 | 16 | 103 | 101 | 74 |
| Binary | 11001100 | 11011011 | 1011000 | 111 | 0 | 111100 | 1110 | 1000011 | 1000001 | 111100 |
Color Harmonies of #CCDB58
Complementary color
Monochromatic Colors of #CCDB58
Black with #CCDB58
Text Example
Text Example
White with #CCDB58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB58; }
p { color: rgb(204,219,88); }
H1.HeaderClassName
{
color: #CCDB58;
}
.AnyTagClassName
{
color: #CCDB58;
}
</style>
background-color css
<style>
a { background-color: #CCDB58; }
a { background-color: rgb(204,219,88); }
div.DivClassName
{
background-color: #CCDB58;
}
.BgClassName
{
background-color: #CCDB58;
}
</style>
border-color css
<style>
span { border-color: #CCDB58; }
span { border-color: rgb(204,219,88); }
td.TdClassName
{
border-color: #CCDB58;
}
.TagClassName
{
border-color: #CCDB58;
}
</style>