Shades of Honeysuckle #DCFD53
Tints of Honeysuckle #DCFD53
RGB
CMYK
RGB Variations
Color information
#DCFD53 (or 0xDCFD53) is known color: Honeysuckle. HEX triplet: DC, FD and 53. RGB value is (220,253,83). Sum of RGB (Red+Green+Blue) = 220+253+83=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 253 (99.22% from 255 or 45.50% from 556); Blue value is 83 (32.81% from 255 or 14.93% from 556); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD53 is #2302AC. Grayscale: #E0E0E0. Windows color (decimal): -2294445 or 5504476. OLE color: 5504476.
HSL color Cylindrical-coordinate representation of color #DCFD53: hue angle of 71.65º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DCFD53 is Cyan = 0.13, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 83 | - |
| CMYK | 0.13 | 0 | 0.67 | 0.01 |
| HSL | 71.65º | 0.98% | 0.66% | - |
| HSV(B) | 71.65º | 0.67% | 0.99% | - |
| XYZ | 66.2 | 86.09 | 21.31 | - |
| YUV | 223.75 | 48.57 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 83 | 0.13 | 0 | 0.67 | 0.01 | 71.65 | 0.98 | 0.66 |
| Hex | DC | FD | 53 | D | 0 | 43 | 1 | 48 | 62 | 42 |
| Octal | 334 | 375 | 123 | 15 | 0 | 103 | 1 | 110 | 142 | 102 |
| Binary | 11011100 | 11111101 | 1010011 | 1101 | 0 | 1000011 | 1 | 1001000 | 1100010 | 1000010 |
Color Harmonies of #DCFD53
Complementary color
Monochromatic Colors of #DCFD53
Black with #DCFD53
Text Example
Text Example
White with #DCFD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD53; }
p { color: rgb(220,253,83); }
H1.HeaderClassName
{
color: #DCFD53;
}
.AnyTagClassName
{
color: #DCFD53;
}
</style>
background-color css
<style>
a { background-color: #DCFD53; }
a { background-color: rgb(220,253,83); }
div.DivClassName
{
background-color: #DCFD53;
}
.BgClassName
{
background-color: #DCFD53;
}
</style>
border-color css
<style>
span { border-color: #DCFD53; }
span { border-color: rgb(220,253,83); }
td.TdClassName
{
border-color: #DCFD53;
}
.TagClassName
{
border-color: #DCFD53;
}
</style>