Shades of Honeysuckle #DCEE55
Tints of Honeysuckle #DCEE55
RGB
CMYK
RGB Variations
Color information
#DCEE55 (or 0xDCEE55) is known color: Honeysuckle. HEX triplet: DC, EE and 55. RGB value is (220,238,85). Sum of RGB (Red+Green+Blue) = 220+238+85=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 238 (93.36% from 255 or 43.83% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEE55 is #2311AA. Grayscale: #D7D7D7. Windows color (decimal): -2298283 or 5631708. OLE color: 5631708.
HSL color Cylindrical-coordinate representation of color #DCEE55: hue angle of 67.06º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCEE55 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 238 | 85 | - |
| CMYK | 0.08 | 0 | 0.64 | 0.07 |
| HSL | 67.06º | 0.82% | 0.63% | - |
| HSV(B) | 67.06º | 0.64% | 0.93% | - |
| XYZ | 61.73 | 77.02 | 20.21 | - |
| YUV | 215.18 | 54.54 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 238 | 85 | 0.08 | 0 | 0.64 | 0.07 | 67.06 | 0.82 | 0.63 |
| Hex | DC | EE | 55 | 8 | 0 | 40 | 7 | 43 | 52 | 3F |
| Octal | 334 | 356 | 125 | 10 | 0 | 100 | 7 | 103 | 122 | 77 |
| Binary | 11011100 | 11101110 | 1010101 | 1000 | 0 | 1000000 | 111 | 1000011 | 1010010 | 111111 |
Color Harmonies of #DCEE55
Complementary color
Monochromatic Colors of #DCEE55
Black with #DCEE55
Text Example
Text Example
White with #DCEE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEE55; }
p { color: rgb(220,238,85); }
H1.HeaderClassName
{
color: #DCEE55;
}
.AnyTagClassName
{
color: #DCEE55;
}
</style>
background-color css
<style>
a { background-color: #DCEE55; }
a { background-color: rgb(220,238,85); }
div.DivClassName
{
background-color: #DCEE55;
}
.BgClassName
{
background-color: #DCEE55;
}
</style>
border-color css
<style>
span { border-color: #DCEE55; }
span { border-color: rgb(220,238,85); }
td.TdClassName
{
border-color: #DCEE55;
}
.TagClassName
{
border-color: #DCEE55;
}
</style>