Shades of Wild Willow #CCD057
Tints of Wild Willow #CCD057
RGB
CMYK
RGB Variations
Color information
#CCD057 (or 0xCCD057) is known color: Wild Willow. HEX triplet: CC, D0 and 57. RGB value is (204,208,87). Sum of RGB (Red+Green+Blue) = 204+208+87=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 87 (34.38% from 255 or 17.43% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD057 is #332FA8. Grayscale: #C1C1C1. Windows color (decimal): -3354537 or 5755084. OLE color: 5755084.
HSL color Cylindrical-coordinate representation of color #CCD057: hue angle of 61.98º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CCD057 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 208 | 87 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.18 |
| HSL | 61.98º | 0.56% | 0.58% | - |
| HSV(B) | 61.98º | 0.58% | 0.82% | - |
| XYZ | 49.18 | 58.64 | 17.74 | - |
| YUV | 193.01 | 68.17 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 208 | 87 | 0.02 | 0 | 0.58 | 0.18 | 61.98 | 0.56 | 0.58 |
| Hex | CC | D0 | 57 | 2 | 0 | 3A | 12 | 3E | 38 | 3A |
| Octal | 314 | 320 | 127 | 2 | 0 | 72 | 22 | 76 | 70 | 72 |
| Binary | 11001100 | 11010000 | 1010111 | 10 | 0 | 111010 | 10010 | 111110 | 111000 | 111010 |
Color Harmonies of #CCD057
Complementary color
Monochromatic Colors of #CCD057
Black with #CCD057
Text Example
Text Example
White with #CCD057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD057; }
p { color: rgb(204,208,87); }
H1.HeaderClassName
{
color: #CCD057;
}
.AnyTagClassName
{
color: #CCD057;
}
</style>
background-color css
<style>
a { background-color: #CCD057; }
a { background-color: rgb(204,208,87); }
div.DivClassName
{
background-color: #CCD057;
}
.BgClassName
{
background-color: #CCD057;
}
</style>
border-color css
<style>
span { border-color: #CCD057; }
span { border-color: rgb(204,208,87); }
td.TdClassName
{
border-color: #CCD057;
}
.TagClassName
{
border-color: #CCD057;
}
</style>