Shades of Honeysuckle #DCEC5C
Tints of Honeysuckle #DCEC5C
RGB
CMYK
RGB Variations
Color information
#DCEC5C (or 0xDCEC5C) is known color: Honeysuckle. HEX triplet: DC, EC and 5C. RGB value is (220,236,92). Sum of RGB (Red+Green+Blue) = 220+236+92=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 92 (36.33% from 255 or 16.79% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #DCEC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEC5C is #2313A3. Grayscale: #D7D7D7. Windows color (decimal): -2298788 or 6089948. OLE color: 6089948.
HSL color Cylindrical-coordinate representation of color #DCEC5C: hue angle of 66.67º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCEC5C is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 236 | 92 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.07 |
| HSL | 66.67º | 0.79% | 0.64% | - |
| HSV(B) | 66.67º | 0.61% | 0.93% | - |
| XYZ | 61.44 | 75.98 | 21.55 | - |
| YUV | 214.8 | 58.7 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 236 | 92 | 0.07 | 0 | 0.61 | 0.07 | 66.67 | 0.79 | 0.64 |
| Hex | DC | EC | 5C | 7 | 0 | 3D | 7 | 43 | 4F | 40 |
| Octal | 334 | 354 | 134 | 7 | 0 | 75 | 7 | 103 | 117 | 100 |
| Binary | 11011100 | 11101100 | 1011100 | 111 | 0 | 111101 | 111 | 1000011 | 1001111 | 1000000 |
Color Harmonies of #DCEC5C
Complementary color
Monochromatic Colors of #DCEC5C
Black with #DCEC5C
Text Example
Text Example
White with #DCEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEC5C; }
p { color: rgb(220,236,92); }
H1.HeaderClassName
{
color: #DCEC5C;
}
.AnyTagClassName
{
color: #DCEC5C;
}
</style>
background-color css
<style>
a { background-color: #DCEC5C; }
a { background-color: rgb(220,236,92); }
div.DivClassName
{
background-color: #DCEC5C;
}
.BgClassName
{
background-color: #DCEC5C;
}
</style>
border-color css
<style>
span { border-color: #DCEC5C; }
span { border-color: rgb(220,236,92); }
td.TdClassName
{
border-color: #DCEC5C;
}
.TagClassName
{
border-color: #DCEC5C;
}
</style>