Shades of Wild Willow #CED753
Tints of Wild Willow #CED753
RGB
CMYK
RGB Variations
Color information
#CED753 (or 0xCED753) is known color: Wild Willow. HEX triplet: CE, D7 and 53. RGB value is (206,215,83). Sum of RGB (Red+Green+Blue) = 206+215+83=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 215 (84.38% from 255 or 42.66% from 504); Blue value is 83 (32.81% from 255 or 16.47% from 504); Max value from RGB is 215 - color contains mainly: green. Hex color #CED753 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED753 is #3128AC. Grayscale: #C5C5C5. Windows color (decimal): -3221677 or 5494734. OLE color: 5494734.
HSL color Cylindrical-coordinate representation of color #CED753: hue angle of 64.09º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CED753 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 83 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.16 |
| HSL | 64.09º | 0.62% | 0.58% | - |
| HSV(B) | 64.09º | 0.61% | 0.84% | - |
| XYZ | 51.32 | 62.35 | 17.51 | - |
| YUV | 197.26 | 63.52 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 83 | 0.04 | 0 | 0.61 | 0.16 | 64.09 | 0.62 | 0.58 |
| Hex | CE | D7 | 53 | 4 | 0 | 3D | 10 | 40 | 3E | 3A |
| Octal | 316 | 327 | 123 | 4 | 0 | 75 | 20 | 100 | 76 | 72 |
| Binary | 11001110 | 11010111 | 1010011 | 100 | 0 | 111101 | 10000 | 1000000 | 111110 | 111010 |
Color Harmonies of #CED753
Complementary color
Monochromatic Colors of #CED753
Black with #CED753
Text Example
Text Example
White with #CED753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED753; }
p { color: rgb(206,215,83); }
H1.HeaderClassName
{
color: #CED753;
}
.AnyTagClassName
{
color: #CED753;
}
</style>
background-color css
<style>
a { background-color: #CED753; }
a { background-color: rgb(206,215,83); }
div.DivClassName
{
background-color: #CED753;
}
.BgClassName
{
background-color: #CED753;
}
</style>
border-color css
<style>
span { border-color: #CED753; }
span { border-color: rgb(206,215,83); }
td.TdClassName
{
border-color: #CED753;
}
.TagClassName
{
border-color: #CED753;
}
</style>