Shades of Wild Willow #CCCD65
Tints of Wild Willow #CCCD65
RGB
CMYK
RGB Variations
Color information
#CCCD65 (or 0xCCCD65) is known color: Wild Willow. HEX triplet: CC, CD and 65. RGB value is (204,205,101). Sum of RGB (Red+Green+Blue) = 204+205+101=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 205 (80.47% from 255 or 40.20% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD65 is #33329A. Grayscale: #C1C1C1. Windows color (decimal): -3355291 or 6671820. OLE color: 6671820.
HSL color Cylindrical-coordinate representation of color #CCCD65: hue angle of 60.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCCD65 is Cyan = 0.00, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 101 | - |
| CMYK | 0.00 | 0 | 0.51 | 0.20 |
| HSL | 60.58º | 0.51% | 0.6% | - |
| HSV(B) | 60.58º | 0.51% | 0.8% | - |
| XYZ | 49.08 | 57.44 | 20.81 | - |
| YUV | 192.85 | 76.17 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 101 | 0.00 | 0 | 0.51 | 0.20 | 60.58 | 0.51 | 0.6 |
| Hex | CC | CD | 65 | 0 | 0 | 33 | 14 | 3D | 33 | 3C |
| Octal | 314 | 315 | 145 | 0 | 0 | 63 | 24 | 75 | 63 | 74 |
| Binary | 11001100 | 11001101 | 1100101 | 0 | 0 | 110011 | 10100 | 111101 | 110011 | 111100 |
Color Harmonies of #CCCD65
Complementary color
Monochromatic Colors of #CCCD65
Black with #CCCD65
Text Example
Text Example
White with #CCCD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD65; }
p { color: rgb(204,205,101); }
H1.HeaderClassName
{
color: #CCCD65;
}
.AnyTagClassName
{
color: #CCCD65;
}
</style>
background-color css
<style>
a { background-color: #CCCD65; }
a { background-color: rgb(204,205,101); }
div.DivClassName
{
background-color: #CCCD65;
}
.BgClassName
{
background-color: #CCCD65;
}
</style>
border-color css
<style>
span { border-color: #CCCD65; }
span { border-color: rgb(204,205,101); }
td.TdClassName
{
border-color: #CCCD65;
}
.TagClassName
{
border-color: #CCCD65;
}
</style>