Shades of Honeysuckle #DDEA5D
Tints of Honeysuckle #DDEA5D
RGB
CMYK
RGB Variations
Color information
#DDEA5D (or 0xDDEA5D) is known color: Honeysuckle. HEX triplet: DD, EA and 5D. RGB value is (221,234,93). Sum of RGB (Red+Green+Blue) = 221+234+93=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 234 (91.80% from 255 or 42.70% from 548); Blue value is 93 (36.72% from 255 or 16.97% from 548); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEA5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEA5D is #2215A2. Grayscale: #D6D6D6. Windows color (decimal): -2233763 or 6154973. OLE color: 6154973.
HSL color Cylindrical-coordinate representation of color #DDEA5D: hue angle of 65.53º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDEA5D is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 234 | 93 | - |
| CMYK | 0.06 | 0 | 0.60 | 0.08 |
| HSL | 65.53º | 0.77% | 0.64% | - |
| HSV(B) | 65.53º | 0.6% | 0.92% | - |
| XYZ | 61.22 | 75.01 | 21.61 | - |
| YUV | 214.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 234 | 93 | 0.06 | 0 | 0.60 | 0.08 | 65.53 | 0.77 | 0.64 |
| Hex | DD | EA | 5D | 6 | 0 | 3C | 8 | 42 | 4D | 40 |
| Octal | 335 | 352 | 135 | 6 | 0 | 74 | 10 | 102 | 115 | 100 |
| Binary | 11011101 | 11101010 | 1011101 | 110 | 0 | 111100 | 1000 | 1000010 | 1001101 | 1000000 |
Color Harmonies of #DDEA5D
Complementary color
Monochromatic Colors of #DDEA5D
Black with #DDEA5D
Text Example
Text Example
White with #DDEA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEA5D; }
p { color: rgb(221,234,93); }
H1.HeaderClassName
{
color: #DDEA5D;
}
.AnyTagClassName
{
color: #DDEA5D;
}
</style>
background-color css
<style>
a { background-color: #DDEA5D; }
a { background-color: rgb(221,234,93); }
div.DivClassName
{
background-color: #DDEA5D;
}
.BgClassName
{
background-color: #DDEA5D;
}
</style>
border-color css
<style>
span { border-color: #DDEA5D; }
span { border-color: rgb(221,234,93); }
td.TdClassName
{
border-color: #DDEA5D;
}
.TagClassName
{
border-color: #DDEA5D;
}
</style>