Shades of Honeysuckle #DCE95D
Tints of Honeysuckle #DCE95D
RGB
CMYK
RGB Variations
Color information
#DCE95D (or 0xDCE95D) is known color: Honeysuckle. HEX triplet: DC, E9 and 5D. RGB value is (220,233,93). Sum of RGB (Red+Green+Blue) = 220+233+93=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE95D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE95D is #2316A2. Grayscale: #D5D5D5. Windows color (decimal): -2299555 or 6154716. OLE color: 6154716.
HSL color Cylindrical-coordinate representation of color #DCE95D: hue angle of 65.57º degrees, saturation: 0.76, 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 #DCE95D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 233 | 93 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.09 |
| HSL | 65.57º | 0.76% | 0.64% | - |
| HSV(B) | 65.57º | 0.6% | 0.91% | - |
| XYZ | 60.63 | 74.28 | 21.5 | - |
| YUV | 213.15 | 60.19 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 233 | 93 | 0.06 | 0 | 0.60 | 0.09 | 65.57 | 0.76 | 0.64 |
| Hex | DC | E9 | 5D | 6 | 0 | 3C | 9 | 42 | 4C | 40 |
| Octal | 334 | 351 | 135 | 6 | 0 | 74 | 11 | 102 | 114 | 100 |
| Binary | 11011100 | 11101001 | 1011101 | 110 | 0 | 111100 | 1001 | 1000010 | 1001100 | 1000000 |
Color Harmonies of #DCE95D
Complementary color
Monochromatic Colors of #DCE95D
Black with #DCE95D
Text Example
Text Example
White with #DCE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE95D; }
p { color: rgb(220,233,93); }
H1.HeaderClassName
{
color: #DCE95D;
}
.AnyTagClassName
{
color: #DCE95D;
}
</style>
background-color css
<style>
a { background-color: #DCE95D; }
a { background-color: rgb(220,233,93); }
div.DivClassName
{
background-color: #DCE95D;
}
.BgClassName
{
background-color: #DCE95D;
}
</style>
border-color css
<style>
span { border-color: #DCE95D; }
span { border-color: rgb(220,233,93); }
td.TdClassName
{
border-color: #DCE95D;
}
.TagClassName
{
border-color: #DCE95D;
}
</style>