Shades of Wild Willow #CCD351
Tints of Wild Willow #CCD351
RGB
CMYK
RGB Variations
Color information
#CCD351 (or 0xCCD351) is known color: Wild Willow. HEX triplet: CC, D3 and 51. RGB value is (204,211,81). Sum of RGB (Red+Green+Blue) = 204+211+81=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD351 is #332CAE. Grayscale: #C2C2C2. Windows color (decimal): -3353775 or 5362636. OLE color: 5362636.
HSL color Cylindrical-coordinate representation of color #CCD351: hue angle of 63.23º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CCD351 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 81 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.17 |
| HSL | 63.23º | 0.6% | 0.57% | - |
| HSV(B) | 63.23º | 0.62% | 0.83% | - |
| XYZ | 49.68 | 60.02 | 16.75 | - |
| YUV | 194.09 | 64.18 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 81 | 0.03 | 0 | 0.62 | 0.17 | 63.23 | 0.6 | 0.57 |
| Hex | CC | D3 | 51 | 3 | 0 | 3E | 11 | 3F | 3C | 39 |
| Octal | 314 | 323 | 121 | 3 | 0 | 76 | 21 | 77 | 74 | 71 |
| Binary | 11001100 | 11010011 | 1010001 | 11 | 0 | 111110 | 10001 | 111111 | 111100 | 111001 |
Color Harmonies of #CCD351
Complementary color
Monochromatic Colors of #CCD351
Black with #CCD351
Text Example
Text Example
White with #CCD351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD351; }
p { color: rgb(204,211,81); }
H1.HeaderClassName
{
color: #CCD351;
}
.AnyTagClassName
{
color: #CCD351;
}
</style>
background-color css
<style>
a { background-color: #CCD351; }
a { background-color: rgb(204,211,81); }
div.DivClassName
{
background-color: #CCD351;
}
.BgClassName
{
background-color: #CCD351;
}
</style>
border-color css
<style>
span { border-color: #CCD351; }
span { border-color: rgb(204,211,81); }
td.TdClassName
{
border-color: #CCD351;
}
.TagClassName
{
border-color: #CCD351;
}
</style>