Shades of Honeysuckle #DCE85A
Tints of Honeysuckle #DCE85A
RGB
CMYK
RGB Variations
Color information
#DCE85A (or 0xDCE85A) is known color: Honeysuckle. HEX triplet: DC, E8 and 5A. RGB value is (220,232,90). Sum of RGB (Red+Green+Blue) = 220+232+90=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 232 - color contains mainly: green. Hex color #DCE85A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCE85A is #2317A5. Grayscale: #D4D4D4. Windows color (decimal): -2299814 or 5957852. OLE color: 5957852.
HSL color Cylindrical-coordinate representation of color #DCE85A: hue angle of 65.07º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCE85A is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 232 | 90 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.09 |
| HSL | 65.07º | 0.76% | 0.63% | - |
| HSV(B) | 65.07º | 0.61% | 0.91% | - |
| XYZ | 60.22 | 73.67 | 20.72 | - |
| YUV | 212.22 | 59.02 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 232 | 90 | 0.05 | 0 | 0.61 | 0.09 | 65.07 | 0.76 | 0.63 |
| Hex | DC | E8 | 5A | 5 | 0 | 3D | 9 | 41 | 4C | 3F |
| Octal | 334 | 350 | 132 | 5 | 0 | 75 | 11 | 101 | 114 | 77 |
| Binary | 11011100 | 11101000 | 1011010 | 101 | 0 | 111101 | 1001 | 1000001 | 1001100 | 111111 |
Color Harmonies of #DCE85A
Complementary color
Monochromatic Colors of #DCE85A
Black with #DCE85A
Text Example
Text Example
White with #DCE85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE85A; }
p { color: rgb(220,232,90); }
H1.HeaderClassName
{
color: #DCE85A;
}
.AnyTagClassName
{
color: #DCE85A;
}
</style>
background-color css
<style>
a { background-color: #DCE85A; }
a { background-color: rgb(220,232,90); }
div.DivClassName
{
background-color: #DCE85A;
}
.BgClassName
{
background-color: #DCE85A;
}
</style>
border-color css
<style>
span { border-color: #DCE85A; }
span { border-color: rgb(220,232,90); }
td.TdClassName
{
border-color: #DCE85A;
}
.TagClassName
{
border-color: #DCE85A;
}
</style>