Shades of Wild Willow #CCDC57
Tints of Wild Willow #CCDC57
RGB
CMYK
RGB Variations
Color information
#CCDC57 (or 0xCCDC57) is known color: Wild Willow. HEX triplet: CC, DC and 57. RGB value is (204,220,87). Sum of RGB (Red+Green+Blue) = 204+220+87=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 87 (34.38% from 255 or 17.03% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC57 is #3323A8. Grayscale: #C8C8C8. Windows color (decimal): -3351465 or 5758156. OLE color: 5758156.
HSL color Cylindrical-coordinate representation of color #CCDC57: hue angle of 67.22º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CCDC57 is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 87 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.14 |
| HSL | 67.22º | 0.66% | 0.6% | - |
| HSV(B) | 67.22º | 0.6% | 0.86% | - |
| XYZ | 52.22 | 64.71 | 18.76 | - |
| YUV | 200.05 | 64.2 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 87 | 0.07 | 0 | 0.60 | 0.14 | 67.22 | 0.66 | 0.6 |
| Hex | CC | DC | 57 | 7 | 0 | 3C | E | 43 | 42 | 3C |
| Octal | 314 | 334 | 127 | 7 | 0 | 74 | 16 | 103 | 102 | 74 |
| Binary | 11001100 | 11011100 | 1010111 | 111 | 0 | 111100 | 1110 | 1000011 | 1000010 | 111100 |
Color Harmonies of #CCDC57
Complementary color
Monochromatic Colors of #CCDC57
Black with #CCDC57
Text Example
Text Example
White with #CCDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC57; }
p { color: rgb(204,220,87); }
H1.HeaderClassName
{
color: #CCDC57;
}
.AnyTagClassName
{
color: #CCDC57;
}
</style>
background-color css
<style>
a { background-color: #CCDC57; }
a { background-color: rgb(204,220,87); }
div.DivClassName
{
background-color: #CCDC57;
}
.BgClassName
{
background-color: #CCDC57;
}
</style>
border-color css
<style>
span { border-color: #CCDC57; }
span { border-color: rgb(204,220,87); }
td.TdClassName
{
border-color: #CCDC57;
}
.TagClassName
{
border-color: #CCDC57;
}
</style>