Shades of Wild Willow #CCCE65
Tints of Wild Willow #CCCE65
RGB
CMYK
RGB Variations
Color information
#CCCE65 (or 0xCCCE65) is known color: Wild Willow. HEX triplet: CC, CE and 65. RGB value is (204,206,101). Sum of RGB (Red+Green+Blue) = 204+206+101=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 206 (80.86% from 255 or 40.31% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCE65 is #33319A. Grayscale: #C1C1C1. Windows color (decimal): -3355035 or 6672076. OLE color: 6672076.
HSL color Cylindrical-coordinate representation of color #CCCE65: hue angle of 61.14º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCCE65 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 101 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.19 |
| HSL | 61.14º | 0.52% | 0.6% | - |
| HSV(B) | 61.14º | 0.51% | 0.81% | - |
| XYZ | 49.32 | 57.92 | 20.89 | - |
| YUV | 193.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 101 | 0.01 | 0 | 0.51 | 0.19 | 61.14 | 0.52 | 0.6 |
| Hex | CC | CE | 65 | 1 | 0 | 33 | 13 | 3D | 34 | 3C |
| Octal | 314 | 316 | 145 | 1 | 0 | 63 | 23 | 75 | 64 | 74 |
| Binary | 11001100 | 11001110 | 1100101 | 1 | 0 | 110011 | 10011 | 111101 | 110100 | 111100 |
Color Harmonies of #CCCE65
Complementary color
Monochromatic Colors of #CCCE65
Black with #CCCE65
Text Example
Text Example
White with #CCCE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE65; }
p { color: rgb(204,206,101); }
H1.HeaderClassName
{
color: #CCCE65;
}
.AnyTagClassName
{
color: #CCCE65;
}
</style>
background-color css
<style>
a { background-color: #CCCE65; }
a { background-color: rgb(204,206,101); }
div.DivClassName
{
background-color: #CCCE65;
}
.BgClassName
{
background-color: #CCCE65;
}
</style>
border-color css
<style>
span { border-color: #CCCE65; }
span { border-color: rgb(204,206,101); }
td.TdClassName
{
border-color: #CCCE65;
}
.TagClassName
{
border-color: #CCCE65;
}
</style>