Shades of Honeysuckle #DCED56
Tints of Honeysuckle #DCED56
RGB
CMYK
RGB Variations
Color information
#DCED56 (or 0xDCED56) is known color: Honeysuckle. HEX triplet: DC, ED and 56. RGB value is (220,237,86). Sum of RGB (Red+Green+Blue) = 220+237+86=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 237 (92.97% from 255 or 43.65% from 543); Blue value is 86 (33.98% from 255 or 15.84% from 543); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED56 is #2312A9. Grayscale: #D7D7D7. Windows color (decimal): -2298538 or 5696988. OLE color: 5696988.
HSL color Cylindrical-coordinate representation of color #DCED56: hue angle of 66.75º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCED56 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 86 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.07 |
| HSL | 66.75º | 0.81% | 0.63% | - |
| HSV(B) | 66.75º | 0.64% | 0.93% | - |
| XYZ | 61.48 | 76.46 | 20.32 | - |
| YUV | 214.7 | 55.37 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 86 | 0.07 | 0 | 0.64 | 0.07 | 66.75 | 0.81 | 0.63 |
| Hex | DC | ED | 56 | 7 | 0 | 40 | 7 | 43 | 51 | 3F |
| Octal | 334 | 355 | 126 | 7 | 0 | 100 | 7 | 103 | 121 | 77 |
| Binary | 11011100 | 11101101 | 1010110 | 111 | 0 | 1000000 | 111 | 1000011 | 1010001 | 111111 |
Color Harmonies of #DCED56
Complementary color
Monochromatic Colors of #DCED56
Black with #DCED56
Text Example
Text Example
White with #DCED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED56; }
p { color: rgb(220,237,86); }
H1.HeaderClassName
{
color: #DCED56;
}
.AnyTagClassName
{
color: #DCED56;
}
</style>
background-color css
<style>
a { background-color: #DCED56; }
a { background-color: rgb(220,237,86); }
div.DivClassName
{
background-color: #DCED56;
}
.BgClassName
{
background-color: #DCED56;
}
</style>
border-color css
<style>
span { border-color: #DCED56; }
span { border-color: rgb(220,237,86); }
td.TdClassName
{
border-color: #DCED56;
}
.TagClassName
{
border-color: #DCED56;
}
</style>