Shades of Honeysuckle #DCE45F
Tints of Honeysuckle #DCE45F
RGB
CMYK
RGB Variations
Color information
#DCE45F (or 0xDCE45F) is known color: Honeysuckle. HEX triplet: DC, E4 and 5F. RGB value is (220,228,95). Sum of RGB (Red+Green+Blue) = 220+228+95=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 95 (37.5% from 255 or 17.50% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE45F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCE45F is #231BA0. Grayscale: #D2D2D2. Windows color (decimal): -2300833 or 6284508. OLE color: 6284508.
HSL color Cylindrical-coordinate representation of color #DCE45F: hue angle of 63.61º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DCE45F is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 228 | 95 | - |
| CMYK | 0.04 | 0 | 0.58 | 0.11 |
| HSL | 63.61º | 0.71% | 0.63% | - |
| HSV(B) | 63.61º | 0.58% | 0.89% | - |
| XYZ | 59.32 | 71.53 | 21.51 | - |
| YUV | 210.45 | 62.85 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 228 | 95 | 0.04 | 0 | 0.58 | 0.11 | 63.61 | 0.71 | 0.63 |
| Hex | DC | E4 | 5F | 4 | 0 | 3A | B | 40 | 47 | 3F |
| Octal | 334 | 344 | 137 | 4 | 0 | 72 | 13 | 100 | 107 | 77 |
| Binary | 11011100 | 11100100 | 1011111 | 100 | 0 | 111010 | 1011 | 1000000 | 1000111 | 111111 |
Color Harmonies of #DCE45F
Complementary color
Monochromatic Colors of #DCE45F
Black with #DCE45F
Text Example
Text Example
White with #DCE45F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE45F; }
p { color: rgb(220,228,95); }
H1.HeaderClassName
{
color: #DCE45F;
}
.AnyTagClassName
{
color: #DCE45F;
}
</style>
background-color css
<style>
a { background-color: #DCE45F; }
a { background-color: rgb(220,228,95); }
div.DivClassName
{
background-color: #DCE45F;
}
.BgClassName
{
background-color: #DCE45F;
}
</style>
border-color css
<style>
span { border-color: #DCE45F; }
span { border-color: rgb(220,228,95); }
td.TdClassName
{
border-color: #DCE45F;
}
.TagClassName
{
border-color: #DCE45F;
}
</style>