Shades of Wild Willow #CCD450
Tints of Wild Willow #CCD450
RGB
CMYK
RGB Variations
Color information
#CCD450 (or 0xCCD450) is known color: Wild Willow. HEX triplet: CC, D4 and 50. RGB value is (204,212,80). Sum of RGB (Red+Green+Blue) = 204+212+80=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 80 (31.64% from 255 or 16.13% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD450 is #332BAF. Grayscale: #C3C3C3. Windows color (decimal): -3353520 or 5297356. OLE color: 5297356.
HSL color Cylindrical-coordinate representation of color #CCD450: hue angle of 63.64º degrees, saturation: 0.61, 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 #CCD450 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 80 | - |
| CMYK | 0.04 | 0 | 0.62 | 0.17 |
| HSL | 63.64º | 0.61% | 0.57% | - |
| HSV(B) | 63.64º | 0.62% | 0.83% | - |
| XYZ | 49.89 | 60.5 | 16.64 | - |
| YUV | 194.56 | 63.35 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 80 | 0.04 | 0 | 0.62 | 0.17 | 63.64 | 0.61 | 0.57 |
| Hex | CC | D4 | 50 | 4 | 0 | 3E | 11 | 40 | 3D | 39 |
| Octal | 314 | 324 | 120 | 4 | 0 | 76 | 21 | 100 | 75 | 71 |
| Binary | 11001100 | 11010100 | 1010000 | 100 | 0 | 111110 | 10001 | 1000000 | 111101 | 111001 |
Color Harmonies of #CCD450
Complementary color
Monochromatic Colors of #CCD450
Black with #CCD450
Text Example
Text Example
White with #CCD450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD450; }
p { color: rgb(204,212,80); }
H1.HeaderClassName
{
color: #CCD450;
}
.AnyTagClassName
{
color: #CCD450;
}
</style>
background-color css
<style>
a { background-color: #CCD450; }
a { background-color: rgb(204,212,80); }
div.DivClassName
{
background-color: #CCD450;
}
.BgClassName
{
background-color: #CCD450;
}
</style>
border-color css
<style>
span { border-color: #CCD450; }
span { border-color: rgb(204,212,80); }
td.TdClassName
{
border-color: #CCD450;
}
.TagClassName
{
border-color: #CCD450;
}
</style>