Shades of Wild Willow #CCDC5C
Tints of Wild Willow #CCDC5C
RGB
CMYK
RGB Variations
Color information
#CCDC5C (or 0xCCDC5C) is known color: Wild Willow. HEX triplet: CC, DC and 5C. RGB value is (204,220,92). Sum of RGB (Red+Green+Blue) = 204+220+92=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 92 (36.33% from 255 or 17.83% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC5C is #3323A3. Grayscale: #C9C9C9. Windows color (decimal): -3351460 or 6085836. OLE color: 6085836.
HSL color Cylindrical-coordinate representation of color #CCDC5C: hue angle of 67.5º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCDC5C is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 92 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.14 |
| HSL | 67.5º | 0.65% | 0.61% | - |
| HSV(B) | 67.5º | 0.58% | 0.86% | - |
| XYZ | 52.43 | 64.8 | 19.87 | - |
| YUV | 200.62 | 66.7 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 92 | 0.07 | 0 | 0.58 | 0.14 | 67.5 | 0.65 | 0.61 |
| Hex | CC | DC | 5C | 7 | 0 | 3A | E | 44 | 41 | 3D |
| Octal | 314 | 334 | 134 | 7 | 0 | 72 | 16 | 104 | 101 | 75 |
| Binary | 11001100 | 11011100 | 1011100 | 111 | 0 | 111010 | 1110 | 1000100 | 1000001 | 111101 |
Color Harmonies of #CCDC5C
Complementary color
Monochromatic Colors of #CCDC5C
Black with #CCDC5C
Text Example
Text Example
White with #CCDC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC5C; }
p { color: rgb(204,220,92); }
H1.HeaderClassName
{
color: #CCDC5C;
}
.AnyTagClassName
{
color: #CCDC5C;
}
</style>
background-color css
<style>
a { background-color: #CCDC5C; }
a { background-color: rgb(204,220,92); }
div.DivClassName
{
background-color: #CCDC5C;
}
.BgClassName
{
background-color: #CCDC5C;
}
</style>
border-color css
<style>
span { border-color: #CCDC5C; }
span { border-color: rgb(204,220,92); }
td.TdClassName
{
border-color: #CCDC5C;
}
.TagClassName
{
border-color: #CCDC5C;
}
</style>