Shades of Honeysuckle #DCED58
Tints of Honeysuckle #DCED58
RGB
CMYK
RGB Variations
Color information
#DCED58 (or 0xDCED58) is known color: Honeysuckle. HEX triplet: DC, ED and 58. RGB value is (220,237,88). Sum of RGB (Red+Green+Blue) = 220+237+88=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 237 (92.97% from 255 or 43.49% from 545); Blue value is 88 (34.77% from 255 or 16.15% from 545); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED58 is #2312A7. Grayscale: #D7D7D7. Windows color (decimal): -2298536 or 5828060. OLE color: 5828060.
HSL color Cylindrical-coordinate representation of color #DCED58: hue angle of 66.85º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DCED58 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 88 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.07 |
| HSL | 66.85º | 0.81% | 0.64% | - |
| HSV(B) | 66.85º | 0.63% | 0.93% | - |
| XYZ | 61.56 | 76.49 | 20.75 | - |
| YUV | 214.93 | 56.37 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 88 | 0.07 | 0 | 0.63 | 0.07 | 66.85 | 0.81 | 0.64 |
| Hex | DC | ED | 58 | 7 | 0 | 3F | 7 | 43 | 51 | 40 |
| Octal | 334 | 355 | 130 | 7 | 0 | 77 | 7 | 103 | 121 | 100 |
| Binary | 11011100 | 11101101 | 1011000 | 111 | 0 | 111111 | 111 | 1000011 | 1010001 | 1000000 |
Color Harmonies of #DCED58
Complementary color
Monochromatic Colors of #DCED58
Black with #DCED58
Text Example
Text Example
White with #DCED58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED58; }
p { color: rgb(220,237,88); }
H1.HeaderClassName
{
color: #DCED58;
}
.AnyTagClassName
{
color: #DCED58;
}
</style>
background-color css
<style>
a { background-color: #DCED58; }
a { background-color: rgb(220,237,88); }
div.DivClassName
{
background-color: #DCED58;
}
.BgClassName
{
background-color: #DCED58;
}
</style>
border-color css
<style>
span { border-color: #DCED58; }
span { border-color: rgb(220,237,88); }
td.TdClassName
{
border-color: #DCED58;
}
.TagClassName
{
border-color: #DCED58;
}
</style>