Shades of Wild Willow #CCD263
Tints of Wild Willow #CCD263
RGB
CMYK
RGB Variations
Color information
#CCD263 (or 0xCCD263) is known color: Wild Willow. HEX triplet: CC, D2 and 63. RGB value is (204,210,99). Sum of RGB (Red+Green+Blue) = 204+210+99=513 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.77% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD263 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD263 is #332D9C. Grayscale: #C3C3C3. Windows color (decimal): -3354013 or 6542028. OLE color: 6542028.
HSL color Cylindrical-coordinate representation of color #CCD263: hue angle of 63.24º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCD263 is Cyan = 0.03, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 99 | - |
| CMYK | 0.03 | 0 | 0.53 | 0.18 |
| HSL | 63.24º | 0.55% | 0.61% | - |
| HSV(B) | 63.24º | 0.53% | 0.82% | - |
| XYZ | 50.2 | 59.83 | 20.71 | - |
| YUV | 195.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 99 | 0.03 | 0 | 0.53 | 0.18 | 63.24 | 0.55 | 0.61 |
| Hex | CC | D2 | 63 | 3 | 0 | 35 | 12 | 3F | 37 | 3D |
| Octal | 314 | 322 | 143 | 3 | 0 | 65 | 22 | 77 | 67 | 75 |
| Binary | 11001100 | 11010010 | 1100011 | 11 | 0 | 110101 | 10010 | 111111 | 110111 | 111101 |
Color Harmonies of #CCD263
Complementary color
Monochromatic Colors of #CCD263
Black with #CCD263
Text Example
Text Example
White with #CCD263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD263; }
p { color: rgb(204,210,99); }
H1.HeaderClassName
{
color: #CCD263;
}
.AnyTagClassName
{
color: #CCD263;
}
</style>
background-color css
<style>
a { background-color: #CCD263; }
a { background-color: rgb(204,210,99); }
div.DivClassName
{
background-color: #CCD263;
}
.BgClassName
{
background-color: #CCD263;
}
</style>
border-color css
<style>
span { border-color: #CCD263; }
span { border-color: rgb(204,210,99); }
td.TdClassName
{
border-color: #CCD263;
}
.TagClassName
{
border-color: #CCD263;
}
</style>