Shades of Honeysuckle #DCEC5A
Tints of Honeysuckle #DCEC5A
RGB
CMYK
RGB Variations
Color information
#DCEC5A (or 0xDCEC5A) is known color: Honeysuckle. HEX triplet: DC, EC and 5A. RGB value is (220,236,90). Sum of RGB (Red+Green+Blue) = 220+236+90=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 90 (35.55% from 255 or 16.48% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC5A is #2313A5. Grayscale: #D7D7D7. Windows color (decimal): -2298790 or 5958876. OLE color: 5958876.
HSL color Cylindrical-coordinate representation of color #DCEC5A: hue angle of 66.58º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCEC5A is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 90 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.07 |
| HSL | 66.58º | 0.79% | 0.64% | - |
| HSV(B) | 66.58º | 0.62% | 0.93% | - |
| XYZ | 61.36 | 75.94 | 21.1 | - |
| YUV | 214.57 | 57.7 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 90 | 0.07 | 0 | 0.62 | 0.07 | 66.58 | 0.79 | 0.64 |
| Hex | DC | EC | 5A | 7 | 0 | 3E | 7 | 43 | 4F | 40 |
| Octal | 334 | 354 | 132 | 7 | 0 | 76 | 7 | 103 | 117 | 100 |
| Binary | 11011100 | 11101100 | 1011010 | 111 | 0 | 111110 | 111 | 1000011 | 1001111 | 1000000 |
Color Harmonies of #DCEC5A
Complementary color
Monochromatic Colors of #DCEC5A
Black with #DCEC5A
Text Example
Text Example
White with #DCEC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC5A; }
p { color: rgb(220,236,90); }
H1.HeaderClassName
{
color: #DCEC5A;
}
.AnyTagClassName
{
color: #DCEC5A;
}
</style>
background-color css
<style>
a { background-color: #DCEC5A; }
a { background-color: rgb(220,236,90); }
div.DivClassName
{
background-color: #DCEC5A;
}
.BgClassName
{
background-color: #DCEC5A;
}
</style>
border-color css
<style>
span { border-color: #DCEC5A; }
span { border-color: rgb(220,236,90); }
td.TdClassName
{
border-color: #DCEC5A;
}
.TagClassName
{
border-color: #DCEC5A;
}
</style>