Shades of Wild Willow #CCCD6C
Tints of Wild Willow #CCCD6C
RGB
CMYK
RGB Variations
Color information
#CCCD6C (or 0xCCCD6C) is known color: Wild Willow. HEX triplet: CC, CD and 6C. RGB value is (204,205,108). Sum of RGB (Red+Green+Blue) = 204+205+108=517 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.46% from 517); Green value is 205 (80.47% from 255 or 39.65% from 517); Blue value is 108 (42.58% from 255 or 20.89% from 517); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCD6C is #333293. Grayscale: #C2C2C2. Windows color (decimal): -3355284 or 7130572. OLE color: 7130572.
HSL color Cylindrical-coordinate representation of color #CCCD6C: hue angle of 60.62º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCCD6C is Cyan = 0.00, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 108 | - |
| CMYK | 0.00 | 0 | 0.47 | 0.20 |
| HSL | 60.62º | 0.49% | 0.61% | - |
| HSV(B) | 60.62º | 0.47% | 0.8% | - |
| XYZ | 49.44 | 57.58 | 22.7 | - |
| YUV | 193.64 | 79.67 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 108 | 0.00 | 0 | 0.47 | 0.20 | 60.62 | 0.49 | 0.61 |
| Hex | CC | CD | 6C | 0 | 0 | 2F | 14 | 3D | 31 | 3D |
| Octal | 314 | 315 | 154 | 0 | 0 | 57 | 24 | 75 | 61 | 75 |
| Binary | 11001100 | 11001101 | 1101100 | 0 | 0 | 101111 | 10100 | 111101 | 110001 | 111101 |
Color Harmonies of #CCCD6C
Complementary color
Monochromatic Colors of #CCCD6C
Black with #CCCD6C
Text Example
Text Example
White with #CCCD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD6C; }
p { color: rgb(204,205,108); }
H1.HeaderClassName
{
color: #CCCD6C;
}
.AnyTagClassName
{
color: #CCCD6C;
}
</style>
background-color css
<style>
a { background-color: #CCCD6C; }
a { background-color: rgb(204,205,108); }
div.DivClassName
{
background-color: #CCCD6C;
}
.BgClassName
{
background-color: #CCCD6C;
}
</style>
border-color css
<style>
span { border-color: #CCCD6C; }
span { border-color: rgb(204,205,108); }
td.TdClassName
{
border-color: #CCCD6C;
}
.TagClassName
{
border-color: #CCCD6C;
}
</style>