Shades of Honeysuckle #DDEC5C
Tints of Honeysuckle #DDEC5C
RGB
CMYK
RGB Variations
Color information
#DDEC5C (or 0xDDEC5C) is known color: Honeysuckle. HEX triplet: DD, EC and 5C. RGB value is (221,236,92). Sum of RGB (Red+Green+Blue) = 221+236+92=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 236 (92.58% from 255 or 42.99% from 549); Blue value is 92 (36.33% from 255 or 16.76% from 549); Max value from RGB is 236 - color contains mainly: green. Hex color #DDEC5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEC5C is #2213A3. Grayscale: #D7D7D7. Windows color (decimal): -2233252 or 6089949. OLE color: 6089949.
HSL color Cylindrical-coordinate representation of color #DDEC5C: hue angle of 66.25º 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 #DDEC5C is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 236 | 92 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.07 |
| HSL | 66.25º | 0.79% | 0.64% | - |
| HSV(B) | 66.25º | 0.61% | 0.93% | - |
| XYZ | 61.75 | 76.14 | 21.57 | - |
| YUV | 215.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 236 | 92 | 0.06 | 0 | 0.61 | 0.07 | 66.25 | 0.79 | 0.64 |
| Hex | DD | EC | 5C | 6 | 0 | 3D | 7 | 42 | 4F | 40 |
| Octal | 335 | 354 | 134 | 6 | 0 | 75 | 7 | 102 | 117 | 100 |
| Binary | 11011101 | 11101100 | 1011100 | 110 | 0 | 111101 | 111 | 1000010 | 1001111 | 1000000 |
Color Harmonies of #DDEC5C
Complementary color
Monochromatic Colors of #DDEC5C
Black with #DDEC5C
Text Example
Text Example
White with #DDEC5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEC5C; }
p { color: rgb(221,236,92); }
H1.HeaderClassName
{
color: #DDEC5C;
}
.AnyTagClassName
{
color: #DDEC5C;
}
</style>
background-color css
<style>
a { background-color: #DDEC5C; }
a { background-color: rgb(221,236,92); }
div.DivClassName
{
background-color: #DDEC5C;
}
.BgClassName
{
background-color: #DDEC5C;
}
</style>
border-color css
<style>
span { border-color: #DDEC5C; }
span { border-color: rgb(221,236,92); }
td.TdClassName
{
border-color: #DDEC5C;
}
.TagClassName
{
border-color: #DDEC5C;
}
</style>