Shades of Honeysuckle #DCED5A
Tints of Honeysuckle #DCED5A
RGB
CMYK
RGB Variations
Color information
#DCED5A (or 0xDCED5A) is known color: Honeysuckle. HEX triplet: DC, ED and 5A. RGB value is (220,237,90). Sum of RGB (Red+Green+Blue) = 220+237+90=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 90 (35.55% from 255 or 16.45% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #DCED5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCED5A is #2312A5. Grayscale: #D7D7D7. Windows color (decimal): -2298534 or 5959132. OLE color: 5959132.
HSL color Cylindrical-coordinate representation of color #DCED5A: hue angle of 66.94º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCED5A is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 237 | 90 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.07 |
| HSL | 66.94º | 0.8% | 0.64% | - |
| HSV(B) | 66.94º | 0.62% | 0.93% | - |
| XYZ | 61.64 | 76.52 | 21.19 | - |
| YUV | 215.16 | 57.37 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 237 | 90 | 0.07 | 0 | 0.62 | 0.07 | 66.94 | 0.8 | 0.64 |
| Hex | DC | ED | 5A | 7 | 0 | 3E | 7 | 43 | 50 | 40 |
| Octal | 334 | 355 | 132 | 7 | 0 | 76 | 7 | 103 | 120 | 100 |
| Binary | 11011100 | 11101101 | 1011010 | 111 | 0 | 111110 | 111 | 1000011 | 1010000 | 1000000 |
Color Harmonies of #DCED5A
Complementary color
Monochromatic Colors of #DCED5A
Black with #DCED5A
Text Example
Text Example
White with #DCED5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCED5A; }
p { color: rgb(220,237,90); }
H1.HeaderClassName
{
color: #DCED5A;
}
.AnyTagClassName
{
color: #DCED5A;
}
</style>
background-color css
<style>
a { background-color: #DCED5A; }
a { background-color: rgb(220,237,90); }
div.DivClassName
{
background-color: #DCED5A;
}
.BgClassName
{
background-color: #DCED5A;
}
</style>
border-color css
<style>
span { border-color: #DCED5A; }
span { border-color: rgb(220,237,90); }
td.TdClassName
{
border-color: #DCED5A;
}
.TagClassName
{
border-color: #DCED5A;
}
</style>