Shades of Honeysuckle #DDE95C
Tints of Honeysuckle #DDE95C
RGB
CMYK
RGB Variations
Color information
#DDE95C (or 0xDDE95C) is known color: Honeysuckle. HEX triplet: DD, E9 and 5C. RGB value is (221,233,92). Sum of RGB (Red+Green+Blue) = 221+233+92=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 233 (91.41% from 255 or 42.67% from 546); Blue value is 92 (36.33% from 255 or 16.85% from 546); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDE95C is #2216A3. Grayscale: #D5D5D5. Windows color (decimal): -2234020 or 6089181. OLE color: 6089181.
HSL color Cylindrical-coordinate representation of color #DDE95C: hue angle of 65.11º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDE95C is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 233 | 92 | - |
| CMYK | 0.05 | 0 | 0.61 | 0.09 |
| HSL | 65.11º | 0.76% | 0.64% | - |
| HSV(B) | 65.11º | 0.61% | 0.91% | - |
| XYZ | 60.89 | 74.42 | 21.28 | - |
| YUV | 213.34 | 59.52 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 92 | 0.05 | 0 | 0.61 | 0.09 | 65.11 | 0.76 | 0.64 |
| Hex | DD | E9 | 5C | 5 | 0 | 3D | 9 | 41 | 4C | 40 |
| Octal | 335 | 351 | 134 | 5 | 0 | 75 | 11 | 101 | 114 | 100 |
| Binary | 11011101 | 11101001 | 1011100 | 101 | 0 | 111101 | 1001 | 1000001 | 1001100 | 1000000 |
Color Harmonies of #DDE95C
Complementary color
Monochromatic Colors of #DDE95C
Black with #DDE95C
Text Example
Text Example
White with #DDE95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE95C; }
p { color: rgb(221,233,92); }
H1.HeaderClassName
{
color: #DDE95C;
}
.AnyTagClassName
{
color: #DDE95C;
}
</style>
background-color css
<style>
a { background-color: #DDE95C; }
a { background-color: rgb(221,233,92); }
div.DivClassName
{
background-color: #DDE95C;
}
.BgClassName
{
background-color: #DDE95C;
}
</style>
border-color css
<style>
span { border-color: #DDE95C; }
span { border-color: rgb(221,233,92); }
td.TdClassName
{
border-color: #DDE95C;
}
.TagClassName
{
border-color: #DDE95C;
}
</style>