Shades of Wild Willow #CCD453
Tints of Wild Willow #CCD453
RGB
CMYK
RGB Variations
Color information
#CCD453 (or 0xCCD453) is known color: Wild Willow. HEX triplet: CC, D4 and 53. RGB value is (204,212,83). Sum of RGB (Red+Green+Blue) = 204+212+83=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD453 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD453 is #332BAC. Grayscale: #C3C3C3. Windows color (decimal): -3353517 or 5493964. OLE color: 5493964.
HSL color Cylindrical-coordinate representation of color #CCD453: hue angle of 63.72º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCD453 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 83 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.17 |
| HSL | 63.72º | 0.6% | 0.58% | - |
| HSV(B) | 63.72º | 0.61% | 0.83% | - |
| XYZ | 50.01 | 60.55 | 17.24 | - |
| YUV | 194.9 | 64.85 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 83 | 0.04 | 0 | 0.61 | 0.17 | 63.72 | 0.6 | 0.58 |
| Hex | CC | D4 | 53 | 4 | 0 | 3D | 11 | 40 | 3C | 3A |
| Octal | 314 | 324 | 123 | 4 | 0 | 75 | 21 | 100 | 74 | 72 |
| Binary | 11001100 | 11010100 | 1010011 | 100 | 0 | 111101 | 10001 | 1000000 | 111100 | 111010 |
Color Harmonies of #CCD453
Complementary color
Monochromatic Colors of #CCD453
Black with #CCD453
Text Example
Text Example
White with #CCD453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD453; }
p { color: rgb(204,212,83); }
H1.HeaderClassName
{
color: #CCD453;
}
.AnyTagClassName
{
color: #CCD453;
}
</style>
background-color css
<style>
a { background-color: #CCD453; }
a { background-color: rgb(204,212,83); }
div.DivClassName
{
background-color: #CCD453;
}
.BgClassName
{
background-color: #CCD453;
}
</style>
border-color css
<style>
span { border-color: #CCD453; }
span { border-color: rgb(204,212,83); }
td.TdClassName
{
border-color: #CCD453;
}
.TagClassName
{
border-color: #CCD453;
}
</style>