Shades of Wild Willow #CCCF62
Tints of Wild Willow #CCCF62
RGB
CMYK
RGB Variations
Color information
#CCCF62 (or 0xCCCF62) is known color: Wild Willow. HEX triplet: CC, CF and 62. RGB value is (204,207,98). Sum of RGB (Red+Green+Blue) = 204+207+98=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF62 is #33309D. Grayscale: #C2C2C2. Windows color (decimal): -3354782 or 6475724. OLE color: 6475724.
HSL color Cylindrical-coordinate representation of color #CCCF62: hue angle of 61.65º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCCF62 is Cyan = 0.01, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 98 | - |
| CMYK | 0.01 | 0 | 0.53 | 0.19 |
| HSL | 61.65º | 0.53% | 0.6% | - |
| HSV(B) | 61.65º | 0.53% | 0.81% | - |
| XYZ | 49.42 | 58.34 | 20.21 | - |
| YUV | 193.68 | 74.01 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 98 | 0.01 | 0 | 0.53 | 0.19 | 61.65 | 0.53 | 0.6 |
| Hex | CC | CF | 62 | 1 | 0 | 35 | 13 | 3E | 35 | 3C |
| Octal | 314 | 317 | 142 | 1 | 0 | 65 | 23 | 76 | 65 | 74 |
| Binary | 11001100 | 11001111 | 1100010 | 1 | 0 | 110101 | 10011 | 111110 | 110101 | 111100 |
Color Harmonies of #CCCF62
Complementary color
Monochromatic Colors of #CCCF62
Black with #CCCF62
Text Example
Text Example
White with #CCCF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF62; }
p { color: rgb(204,207,98); }
H1.HeaderClassName
{
color: #CCCF62;
}
.AnyTagClassName
{
color: #CCCF62;
}
</style>
background-color css
<style>
a { background-color: #CCCF62; }
a { background-color: rgb(204,207,98); }
div.DivClassName
{
background-color: #CCCF62;
}
.BgClassName
{
background-color: #CCCF62;
}
</style>
border-color css
<style>
span { border-color: #CCCF62; }
span { border-color: rgb(204,207,98); }
td.TdClassName
{
border-color: #CCCF62;
}
.TagClassName
{
border-color: #CCCF62;
}
</style>