Shades of Wild Willow #CED551
Tints of Wild Willow #CED551
RGB
CMYK
RGB Variations
Color information
#CED551 (or 0xCED551) is known color: Wild Willow. HEX triplet: CE, D5 and 51. RGB value is (206,213,81). Sum of RGB (Red+Green+Blue) = 206+213+81=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 81 (32.03% from 255 or 16.2% from 500); Max value from RGB is 213 - color contains mainly: green. Hex color #CED551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CED551 is #312AAE. Grayscale: #C4C4C4. Windows color (decimal): -3222191 or 5363150. OLE color: 5363150.
HSL color Cylindrical-coordinate representation of color #CED551: hue angle of 63.18º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CED551 is Cyan = 0.03, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 213 | 81 | - |
| CMYK | 0.03 | 0 | 0.62 | 0.16 |
| HSL | 63.18º | 0.61% | 0.58% | - |
| HSV(B) | 63.18º | 0.62% | 0.84% | - |
| XYZ | 50.73 | 61.3 | 16.94 | - |
| YUV | 195.86 | 63.18 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 213 | 81 | 0.03 | 0 | 0.62 | 0.16 | 63.18 | 0.61 | 0.58 |
| Hex | CE | D5 | 51 | 3 | 0 | 3E | 10 | 3F | 3D | 3A |
| Octal | 316 | 325 | 121 | 3 | 0 | 76 | 20 | 77 | 75 | 72 |
| Binary | 11001110 | 11010101 | 1010001 | 11 | 0 | 111110 | 10000 | 111111 | 111101 | 111010 |
Color Harmonies of #CED551
Complementary color
Monochromatic Colors of #CED551
Black with #CED551
Text Example
Text Example
White with #CED551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED551; }
p { color: rgb(206,213,81); }
H1.HeaderClassName
{
color: #CED551;
}
.AnyTagClassName
{
color: #CED551;
}
</style>
background-color css
<style>
a { background-color: #CED551; }
a { background-color: rgb(206,213,81); }
div.DivClassName
{
background-color: #CED551;
}
.BgClassName
{
background-color: #CED551;
}
</style>
border-color css
<style>
span { border-color: #CED551; }
span { border-color: rgb(206,213,81); }
td.TdClassName
{
border-color: #CED551;
}
.TagClassName
{
border-color: #CED551;
}
</style>