Shades of Wild Willow #CCDB63
Tints of Wild Willow #CCDB63
RGB
CMYK
RGB Variations
Color information
#CCDB63 (or 0xCCDB63) is known color: Wild Willow. HEX triplet: CC, DB and 63. RGB value is (204,219,99). Sum of RGB (Red+Green+Blue) = 204+219+99=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB63 is #33249C. Grayscale: #C9C9C9. Windows color (decimal): -3351709 or 6544332. OLE color: 6544332.
HSL color Cylindrical-coordinate representation of color #CCDB63: hue angle of 67.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCDB63 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 99 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.14 |
| HSL | 67.5º | 0.63% | 0.62% | - |
| HSV(B) | 67.5º | 0.55% | 0.86% | - |
| XYZ | 52.49 | 64.4 | 21.47 | - |
| YUV | 200.84 | 70.53 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 99 | 0.07 | 0 | 0.55 | 0.14 | 67.5 | 0.63 | 0.62 |
| Hex | CC | DB | 63 | 7 | 0 | 37 | E | 44 | 3E | 3E |
| Octal | 314 | 333 | 143 | 7 | 0 | 67 | 16 | 104 | 76 | 76 |
| Binary | 11001100 | 11011011 | 1100011 | 111 | 0 | 110111 | 1110 | 1000100 | 111110 | 111110 |
Color Harmonies of #CCDB63
Complementary color
Monochromatic Colors of #CCDB63
Black with #CCDB63
Text Example
Text Example
White with #CCDB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB63; }
p { color: rgb(204,219,99); }
H1.HeaderClassName
{
color: #CCDB63;
}
.AnyTagClassName
{
color: #CCDB63;
}
</style>
background-color css
<style>
a { background-color: #CCDB63; }
a { background-color: rgb(204,219,99); }
div.DivClassName
{
background-color: #CCDB63;
}
.BgClassName
{
background-color: #CCDB63;
}
</style>
border-color css
<style>
span { border-color: #CCDB63; }
span { border-color: rgb(204,219,99); }
td.TdClassName
{
border-color: #CCDB63;
}
.TagClassName
{
border-color: #CCDB63;
}
</style>