Shades of Honeysuckle #DDFD4A
Tints of Honeysuckle #DDFD4A
RGB
CMYK
RGB Variations
Color information
#DDFD4A (or 0xDDFD4A) is known color: Honeysuckle. HEX triplet: DD, FD and 4A. RGB value is (221,253,74). Sum of RGB (Red+Green+Blue) = 221+253+74=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 74 (29.30% from 255 or 13.50% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD4A is #2202B5. Grayscale: #DFDFDF. Windows color (decimal): -2228918 or 4914653. OLE color: 4914653.
HSL color Cylindrical-coordinate representation of color #DDFD4A: hue angle of 70.73º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDFD4A is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 253 | 74 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.01 |
| HSL | 70.73º | 0.98% | 0.64% | - |
| HSV(B) | 70.73º | 0.71% | 0.99% | - |
| XYZ | 66.18 | 86.12 | 19.61 | - |
| YUV | 223.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 253 | 74 | 0.13 | 0 | 0.71 | 0.01 | 70.73 | 0.98 | 0.64 |
| Hex | DD | FD | 4A | D | 0 | 47 | 1 | 47 | 62 | 40 |
| Octal | 335 | 375 | 112 | 15 | 0 | 107 | 1 | 107 | 142 | 100 |
| Binary | 11011101 | 11111101 | 1001010 | 1101 | 0 | 1000111 | 1 | 1000111 | 1100010 | 1000000 |
Color Harmonies of #DDFD4A
Complementary color
Monochromatic Colors of #DDFD4A
Black with #DDFD4A
Text Example
Text Example
White with #DDFD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFD4A; }
p { color: rgb(221,253,74); }
H1.HeaderClassName
{
color: #DDFD4A;
}
.AnyTagClassName
{
color: #DDFD4A;
}
</style>
background-color css
<style>
a { background-color: #DDFD4A; }
a { background-color: rgb(221,253,74); }
div.DivClassName
{
background-color: #DDFD4A;
}
.BgClassName
{
background-color: #DDFD4A;
}
</style>
border-color css
<style>
span { border-color: #DDFD4A; }
span { border-color: rgb(221,253,74); }
td.TdClassName
{
border-color: #DDFD4A;
}
.TagClassName
{
border-color: #DDFD4A;
}
</style>