Shades of Honeysuckle #DCE65D
Tints of Honeysuckle #DCE65D
RGB
CMYK
RGB Variations
Color information
#DCE65D (or 0xDCE65D) is known color: Honeysuckle. HEX triplet: DC, E6 and 5D. RGB value is (220,230,93). Sum of RGB (Red+Green+Blue) = 220+230+93=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 230 (90.23% from 255 or 42.36% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 230 - color contains mainly: green. Hex color #DCE65D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE65D is #2319A2. Grayscale: #D3D3D3. Windows color (decimal): -2300323 or 6153948. OLE color: 6153948.
HSL color Cylindrical-coordinate representation of color #DCE65D: hue angle of 64.38º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCE65D is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 230 | 93 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.10 |
| HSL | 64.38º | 0.73% | 0.63% | - |
| HSV(B) | 64.38º | 0.6% | 0.9% | - |
| XYZ | 59.79 | 72.6 | 21.22 | - |
| YUV | 211.39 | 61.19 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 230 | 93 | 0.04 | 0 | 0.60 | 0.10 | 64.38 | 0.73 | 0.63 |
| Hex | DC | E6 | 5D | 4 | 0 | 3C | A | 40 | 49 | 3F |
| Octal | 334 | 346 | 135 | 4 | 0 | 74 | 12 | 100 | 111 | 77 |
| Binary | 11011100 | 11100110 | 1011101 | 100 | 0 | 111100 | 1010 | 1000000 | 1001001 | 111111 |
Color Harmonies of #DCE65D
Complementary color
Monochromatic Colors of #DCE65D
Black with #DCE65D
Text Example
Text Example
White with #DCE65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE65D; }
p { color: rgb(220,230,93); }
H1.HeaderClassName
{
color: #DCE65D;
}
.AnyTagClassName
{
color: #DCE65D;
}
</style>
background-color css
<style>
a { background-color: #DCE65D; }
a { background-color: rgb(220,230,93); }
div.DivClassName
{
background-color: #DCE65D;
}
.BgClassName
{
background-color: #DCE65D;
}
</style>
border-color css
<style>
span { border-color: #DCE65D; }
span { border-color: rgb(220,230,93); }
td.TdClassName
{
border-color: #DCE65D;
}
.TagClassName
{
border-color: #DCE65D;
}
</style>