Shades of Honeysuckle #DCEC58
Tints of Honeysuckle #DCEC58
RGB
CMYK
RGB Variations
Color information
#DCEC58 (or 0xDCEC58) is known color: Honeysuckle. HEX triplet: DC, EC and 58. RGB value is (220,236,88). Sum of RGB (Red+Green+Blue) = 220+236+88=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 88 (34.77% from 255 or 16.18% from 544); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC58 is #2313A7. Grayscale: #D6D6D6. Windows color (decimal): -2298792 or 5827804. OLE color: 5827804.
HSL color Cylindrical-coordinate representation of color #DCEC58: hue angle of 66.49º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCEC58 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 88 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.07 |
| HSL | 66.49º | 0.8% | 0.64% | - |
| HSV(B) | 66.49º | 0.63% | 0.93% | - |
| XYZ | 61.27 | 75.91 | 20.66 | - |
| YUV | 214.34 | 56.7 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 88 | 0.07 | 0 | 0.63 | 0.07 | 66.49 | 0.8 | 0.64 |
| Hex | DC | EC | 58 | 7 | 0 | 3F | 7 | 42 | 50 | 40 |
| Octal | 334 | 354 | 130 | 7 | 0 | 77 | 7 | 102 | 120 | 100 |
| Binary | 11011100 | 11101100 | 1011000 | 111 | 0 | 111111 | 111 | 1000010 | 1010000 | 1000000 |
Color Harmonies of #DCEC58
Complementary color
Monochromatic Colors of #DCEC58
Black with #DCEC58
Text Example
Text Example
White with #DCEC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC58; }
p { color: rgb(220,236,88); }
H1.HeaderClassName
{
color: #DCEC58;
}
.AnyTagClassName
{
color: #DCEC58;
}
</style>
background-color css
<style>
a { background-color: #DCEC58; }
a { background-color: rgb(220,236,88); }
div.DivClassName
{
background-color: #DCEC58;
}
.BgClassName
{
background-color: #DCEC58;
}
</style>
border-color css
<style>
span { border-color: #DCEC58; }
span { border-color: rgb(220,236,88); }
td.TdClassName
{
border-color: #DCEC58;
}
.TagClassName
{
border-color: #DCEC58;
}
</style>