Shades of Honeysuckle #DCED59
Tints of Honeysuckle #DCED59
RGB
CMYK
RGB Variations
Color information
#DCED59 (or 0xDCED59) is known color: Honeysuckle. HEX triplet: DC, ED and 59. RGB value is (220,237,89). Sum of RGB (Red+Green+Blue) = 220+237+89=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 89 (35.16% from 255 or 16.30% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED59 is #2312A6. Grayscale: #D7D7D7. Windows color (decimal): -2298535 or 5893596. OLE color: 5893596.
HSL color Cylindrical-coordinate representation of color #DCED59: hue angle of 66.89º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCED59 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 89 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.07 |
| HSL | 66.89º | 0.8% | 0.64% | - |
| HSV(B) | 66.89º | 0.62% | 0.93% | - |
| XYZ | 61.6 | 76.51 | 20.97 | - |
| YUV | 215.05 | 56.87 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 89 | 0.07 | 0 | 0.62 | 0.07 | 66.89 | 0.8 | 0.64 |
| Hex | DC | ED | 59 | 7 | 0 | 3E | 7 | 43 | 50 | 40 |
| Octal | 334 | 355 | 131 | 7 | 0 | 76 | 7 | 103 | 120 | 100 |
| Binary | 11011100 | 11101101 | 1011001 | 111 | 0 | 111110 | 111 | 1000011 | 1010000 | 1000000 |
Color Harmonies of #DCED59
Complementary color
Monochromatic Colors of #DCED59
Black with #DCED59
Text Example
Text Example
White with #DCED59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED59; }
p { color: rgb(220,237,89); }
H1.HeaderClassName
{
color: #DCED59;
}
.AnyTagClassName
{
color: #DCED59;
}
</style>
background-color css
<style>
a { background-color: #DCED59; }
a { background-color: rgb(220,237,89); }
div.DivClassName
{
background-color: #DCED59;
}
.BgClassName
{
background-color: #DCED59;
}
</style>
border-color css
<style>
span { border-color: #DCED59; }
span { border-color: rgb(220,237,89); }
td.TdClassName
{
border-color: #DCED59;
}
.TagClassName
{
border-color: #DCED59;
}
</style>