Shades of Honeysuckle #DCF959
Tints of Honeysuckle #DCF959
RGB
CMYK
RGB Variations
Color information
#DCF959 (or 0xDCF959) is known color: Honeysuckle. HEX triplet: DC, F9 and 59. RGB value is (220,249,89). Sum of RGB (Red+Green+Blue) = 220+249+89=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 89 (35.16% from 255 or 15.95% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF959 is #2306A6. Grayscale: #DEDEDE. Windows color (decimal): -2295463 or 5896668. OLE color: 5896668.
HSL color Cylindrical-coordinate representation of color #DCF959: hue angle of 70.88º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCF959 is Cyan = 0.12, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 89 | - |
| CMYK | 0.12 | 0 | 0.64 | 0.02 |
| HSL | 70.88º | 0.93% | 0.66% | - |
| HSV(B) | 70.88º | 0.64% | 0.98% | - |
| XYZ | 65.19 | 83.69 | 22.17 | - |
| YUV | 222.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 89 | 0.12 | 0 | 0.64 | 0.02 | 70.88 | 0.93 | 0.66 |
| Hex | DC | F9 | 59 | C | 0 | 40 | 2 | 47 | 5D | 42 |
| Octal | 334 | 371 | 131 | 14 | 0 | 100 | 2 | 107 | 135 | 102 |
| Binary | 11011100 | 11111001 | 1011001 | 1100 | 0 | 1000000 | 10 | 1000111 | 1011101 | 1000010 |
Color Harmonies of #DCF959
Complementary color
Monochromatic Colors of #DCF959
Black with #DCF959
Text Example
Text Example
White with #DCF959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF959; }
p { color: rgb(220,249,89); }
H1.HeaderClassName
{
color: #DCF959;
}
.AnyTagClassName
{
color: #DCF959;
}
</style>
background-color css
<style>
a { background-color: #DCF959; }
a { background-color: rgb(220,249,89); }
div.DivClassName
{
background-color: #DCF959;
}
.BgClassName
{
background-color: #DCF959;
}
</style>
border-color css
<style>
span { border-color: #DCF959; }
span { border-color: rgb(220,249,89); }
td.TdClassName
{
border-color: #DCF959;
}
.TagClassName
{
border-color: #DCF959;
}
</style>