Shades of Honeysuckle #DCE85D
Tints of Honeysuckle #DCE85D
RGB
CMYK
RGB Variations
Color information
#DCE85D (or 0xDCE85D) is known color: Honeysuckle. HEX triplet: DC, E8 and 5D. RGB value is (220,232,93). Sum of RGB (Red+Green+Blue) = 220+232+93=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE85D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE85D is #2317A2. Grayscale: #D5D5D5. Windows color (decimal): -2299811 or 6154460. OLE color: 6154460.
HSL color Cylindrical-coordinate representation of color #DCE85D: hue angle of 65.18º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCE85D is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 93 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.09 |
| HSL | 65.18º | 0.75% | 0.64% | - |
| HSV(B) | 65.18º | 0.6% | 0.91% | - |
| XYZ | 60.35 | 73.72 | 21.4 | - |
| YUV | 212.57 | 60.52 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 93 | 0.05 | 0 | 0.60 | 0.09 | 65.18 | 0.75 | 0.64 |
| Hex | DC | E8 | 5D | 5 | 0 | 3C | 9 | 41 | 4B | 40 |
| Octal | 334 | 350 | 135 | 5 | 0 | 74 | 11 | 101 | 113 | 100 |
| Binary | 11011100 | 11101000 | 1011101 | 101 | 0 | 111100 | 1001 | 1000001 | 1001011 | 1000000 |
Color Harmonies of #DCE85D
Complementary color
Monochromatic Colors of #DCE85D
Black with #DCE85D
Text Example
Text Example
White with #DCE85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE85D; }
p { color: rgb(220,232,93); }
H1.HeaderClassName
{
color: #DCE85D;
}
.AnyTagClassName
{
color: #DCE85D;
}
</style>
background-color css
<style>
a { background-color: #DCE85D; }
a { background-color: rgb(220,232,93); }
div.DivClassName
{
background-color: #DCE85D;
}
.BgClassName
{
background-color: #DCE85D;
}
</style>
border-color css
<style>
span { border-color: #DCE85D; }
span { border-color: rgb(220,232,93); }
td.TdClassName
{
border-color: #DCE85D;
}
.TagClassName
{
border-color: #DCE85D;
}
</style>