Shades of Wild Willow #CCCF51
Tints of Wild Willow #CCCF51
RGB
CMYK
RGB Variations
Color information
#CCCF51 (or 0xCCCF51) is known color: Wild Willow. HEX triplet: CC, CF and 51. RGB value is (204,207,81). Sum of RGB (Red+Green+Blue) = 204+207+81=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 207 (81.25% from 255 or 42.07% from 492); Blue value is 81 (32.03% from 255 or 16.46% from 492); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCF51 is #3330AE. Grayscale: #C0C0C0. Windows color (decimal): -3354799 or 5361612. OLE color: 5361612.
HSL color Cylindrical-coordinate representation of color #CCCF51: hue angle of 61.43º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCCF51 is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 207 | 81 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.19 |
| HSL | 61.43º | 0.57% | 0.56% | - |
| HSV(B) | 61.43º | 0.61% | 0.81% | - |
| XYZ | 48.7 | 58.06 | 16.42 | - |
| YUV | 191.74 | 65.51 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 81 | 0.01 | 0 | 0.61 | 0.19 | 61.43 | 0.57 | 0.56 |
| Hex | CC | CF | 51 | 1 | 0 | 3D | 13 | 3D | 39 | 38 |
| Octal | 314 | 317 | 121 | 1 | 0 | 75 | 23 | 75 | 71 | 70 |
| Binary | 11001100 | 11001111 | 1010001 | 1 | 0 | 111101 | 10011 | 111101 | 111001 | 111000 |
Color Harmonies of #CCCF51
Complementary color
Monochromatic Colors of #CCCF51
Black with #CCCF51
Text Example
Text Example
White with #CCCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCF51; }
p { color: rgb(204,207,81); }
H1.HeaderClassName
{
color: #CCCF51;
}
.AnyTagClassName
{
color: #CCCF51;
}
</style>
background-color css
<style>
a { background-color: #CCCF51; }
a { background-color: rgb(204,207,81); }
div.DivClassName
{
background-color: #CCCF51;
}
.BgClassName
{
background-color: #CCCF51;
}
</style>
border-color css
<style>
span { border-color: #CCCF51; }
span { border-color: rgb(204,207,81); }
td.TdClassName
{
border-color: #CCCF51;
}
.TagClassName
{
border-color: #CCCF51;
}
</style>