Shades of Honeysuckle #DCEC5D
Tints of Honeysuckle #DCEC5D
RGB
CMYK
RGB Variations
Color information
#DCEC5D (or 0xDCEC5D) is known color: Honeysuckle. HEX triplet: DC, EC and 5D. RGB value is (220,236,93). Sum of RGB (Red+Green+Blue) = 220+236+93=549 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.07% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 93 (36.72% from 255 or 16.94% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC5D is #2313A2. Grayscale: #D7D7D7. Windows color (decimal): -2298787 or 6155484. OLE color: 6155484.
HSL color Cylindrical-coordinate representation of color #DCEC5D: hue angle of 66.71º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCEC5D is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 236 | 93 | - |
CMYK | 0.07 | 0 | 0.61 | 0.07 |
HSL | 66.71º | 0.79% | 0.65% | - |
HSV(B) | 66.71º | 0.61% | 0.93% | - |
XYZ | 61.49 | 76 | 21.78 | - |
YUV | 214.91 | 59.2 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 236 | 93 | 0.07 | 0 | 0.61 | 0.07 | 66.71 | 0.79 | 0.65 |
Hex | DC | EC | 5D | 7 | 0 | 3D | 7 | 43 | 4F | 41 |
Octal | 334 | 354 | 135 | 7 | 0 | 75 | 7 | 103 | 117 | 101 |
Binary | 11011100 | 11101100 | 1011101 | 111 | 0 | 111101 | 111 | 1000011 | 1001111 | 1000001 |
Color Harmonies of #DCEC5D
Complementary color
Monochromatic Colors of #DCEC5D
Black with #DCEC5D
Text Example
Text Example
White with #DCEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC5D; }
p { color: rgb(220,236,93); }
H1.HeaderClassName
{
color: #DCEC5D;
}
.AnyTagClassName
{
color: #DCEC5D;
}
</style>
background-color css
<style>
a { background-color: #DCEC5D; }
a { background-color: rgb(220,236,93); }
div.DivClassName
{
background-color: #DCEC5D;
}
.BgClassName
{
background-color: #DCEC5D;
}
</style>
border-color css
<style>
span { border-color: #DCEC5D; }
span { border-color: rgb(220,236,93); }
td.TdClassName
{
border-color: #DCEC5D;
}
.TagClassName
{
border-color: #DCEC5D;
}
</style>