Shades of Honeysuckle #DDEE5C
Tints of Honeysuckle #DDEE5C
RGB
CMYK
RGB Variations
Color information
#DDEE5C (or 0xDDEE5C) is known color: Honeysuckle. HEX triplet: DD, EE and 5C. RGB value is (221,238,92). Sum of RGB (Red+Green+Blue) = 221+238+92=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 238 (93.36% from 255 or 43.19% from 551); Blue value is 92 (36.33% from 255 or 16.70% from 551); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE5C is #2211A3. Grayscale: #D8D8D8. Windows color (decimal): -2232740 or 6090461. OLE color: 6090461.
HSL color Cylindrical-coordinate representation of color #DDEE5C: hue angle of 66.99º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDEE5C is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 238 | 92 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.07 |
| HSL | 66.99º | 0.81% | 0.65% | - |
| HSV(B) | 66.99º | 0.61% | 0.93% | - |
| XYZ | 62.33 | 77.29 | 21.76 | - |
| YUV | 216.27 | 57.87 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 238 | 92 | 0.07 | 0 | 0.61 | 0.07 | 66.99 | 0.81 | 0.65 |
| Hex | DD | EE | 5C | 7 | 0 | 3D | 7 | 43 | 51 | 41 |
| Octal | 335 | 356 | 134 | 7 | 0 | 75 | 7 | 103 | 121 | 101 |
| Binary | 11011101 | 11101110 | 1011100 | 111 | 0 | 111101 | 111 | 1000011 | 1010001 | 1000001 |
Color Harmonies of #DDEE5C
Complementary color
Monochromatic Colors of #DDEE5C
Black with #DDEE5C
Text Example
Text Example
White with #DDEE5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEE5C; }
p { color: rgb(221,238,92); }
H1.HeaderClassName
{
color: #DDEE5C;
}
.AnyTagClassName
{
color: #DDEE5C;
}
</style>
background-color css
<style>
a { background-color: #DDEE5C; }
a { background-color: rgb(221,238,92); }
div.DivClassName
{
background-color: #DDEE5C;
}
.BgClassName
{
background-color: #DDEE5C;
}
</style>
border-color css
<style>
span { border-color: #DDEE5C; }
span { border-color: rgb(221,238,92); }
td.TdClassName
{
border-color: #DDEE5C;
}
.TagClassName
{
border-color: #DDEE5C;
}
</style>