Shades of Honeysuckle #DDFD5C
Tints of Honeysuckle #DDFD5C
RGB
CMYK
RGB Variations
Color information
#DDFD5C (or 0xDDFD5C) is known color: Honeysuckle. HEX triplet: DD, FD and 5C. RGB value is (221,253,92). Sum of RGB (Red+Green+Blue) = 221+253+92=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 92 (36.33% from 255 or 16.25% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFD5C is #2202A3. Grayscale: #E1E1E1. Windows color (decimal): -2228900 or 6094301. OLE color: 6094301.
HSL color Cylindrical-coordinate representation of color #DDFD5C: hue angle of 71.93º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DDFD5C is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 92 | - |
| CMYK | 0.13 | 0 | 0.64 | 0.01 |
| HSL | 71.93º | 0.98% | 0.68% | - |
| HSV(B) | 71.93º | 0.64% | 0.99% | - |
| XYZ | 66.88 | 86.4 | 23.28 | - |
| YUV | 225.08 | 52.9 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 92 | 0.13 | 0 | 0.64 | 0.01 | 71.93 | 0.98 | 0.68 |
| Hex | DD | FD | 5C | D | 0 | 40 | 1 | 48 | 62 | 44 |
| Octal | 335 | 375 | 134 | 15 | 0 | 100 | 1 | 110 | 142 | 104 |
| Binary | 11011101 | 11111101 | 1011100 | 1101 | 0 | 1000000 | 1 | 1001000 | 1100010 | 1000100 |
Color Harmonies of #DDFD5C
Complementary color
Monochromatic Colors of #DDFD5C
Black with #DDFD5C
Text Example
Text Example
White with #DDFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD5C; }
p { color: rgb(221,253,92); }
H1.HeaderClassName
{
color: #DDFD5C;
}
.AnyTagClassName
{
color: #DDFD5C;
}
</style>
background-color css
<style>
a { background-color: #DDFD5C; }
a { background-color: rgb(221,253,92); }
div.DivClassName
{
background-color: #DDFD5C;
}
.BgClassName
{
background-color: #DDFD5C;
}
</style>
border-color css
<style>
span { border-color: #DDFD5C; }
span { border-color: rgb(221,253,92); }
td.TdClassName
{
border-color: #DDFD5C;
}
.TagClassName
{
border-color: #DDFD5C;
}
</style>