Shades of Honeysuckle #DCEB5A
Tints of Honeysuckle #DCEB5A
RGB
CMYK
RGB Variations
Color information
#DCEB5A (or 0xDCEB5A) is known color: Honeysuckle. HEX triplet: DC, EB and 5A. RGB value is (220,235,90). Sum of RGB (Red+Green+Blue) = 220+235+90=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 90 (35.55% from 255 or 16.51% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB5A is #2314A5. Grayscale: #D6D6D6. Windows color (decimal): -2299046 or 5958620. OLE color: 5958620.
HSL color Cylindrical-coordinate representation of color #DCEB5A: hue angle of 66.21º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCEB5A is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 235 | 90 | - |
CMYK | 0.06 | 0 | 0.62 | 0.08 |
HSL | 66.21º | 0.78% | 0.64% | - |
HSV(B) | 66.21º | 0.62% | 0.92% | - |
XYZ | 61.07 | 75.37 | 21 | - |
YUV | 213.99 | 58.03 | 132.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 235 | 90 | 0.06 | 0 | 0.62 | 0.08 | 66.21 | 0.78 | 0.64 |
Hex | DC | EB | 5A | 6 | 0 | 3E | 8 | 42 | 4E | 40 |
Octal | 334 | 353 | 132 | 6 | 0 | 76 | 10 | 102 | 116 | 100 |
Binary | 11011100 | 11101011 | 1011010 | 110 | 0 | 111110 | 1000 | 1000010 | 1001110 | 1000000 |
Color Harmonies of #DCEB5A
Complementary color
Monochromatic Colors of #DCEB5A
Black with #DCEB5A
Text Example
Text Example
White with #DCEB5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB5A; }
p { color: rgb(220,235,90); }
H1.HeaderClassName
{
color: #DCEB5A;
}
.AnyTagClassName
{
color: #DCEB5A;
}
</style>
background-color css
<style>
a { background-color: #DCEB5A; }
a { background-color: rgb(220,235,90); }
div.DivClassName
{
background-color: #DCEB5A;
}
.BgClassName
{
background-color: #DCEB5A;
}
</style>
border-color css
<style>
span { border-color: #DCEB5A; }
span { border-color: rgb(220,235,90); }
td.TdClassName
{
border-color: #DCEB5A;
}
.TagClassName
{
border-color: #DCEB5A;
}
</style>