Shades of Honeysuckle #DBEA5A
Tints of Honeysuckle #DBEA5A
RGB
CMYK
RGB Variations
Color information
#DBEA5A (or 0xDBEA5A) is known color: Honeysuckle. HEX triplet: DB, EA and 5A. RGB value is (219,234,90). Sum of RGB (Red+Green+Blue) = 219+234+90=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEA5A is #2415A5. Grayscale: #D5D5D5. Windows color (decimal): -2364838 or 5958363. OLE color: 5958363.
HSL color Cylindrical-coordinate representation of color #DBEA5A: hue angle of 66.25º degrees, saturation: 0.77, 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 #DBEA5A is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 234 | 90 | - |
| CMYK | 0.06 | 0 | 0.62 | 0.08 |
| HSL | 66.25º | 0.77% | 0.64% | - |
| HSV(B) | 66.25º | 0.62% | 0.92% | - |
| XYZ | 60.48 | 74.64 | 20.89 | - |
| YUV | 213.1 | 58.53 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 234 | 90 | 0.06 | 0 | 0.62 | 0.08 | 66.25 | 0.77 | 0.64 |
| Hex | DB | EA | 5A | 6 | 0 | 3E | 8 | 42 | 4D | 40 |
| Octal | 333 | 352 | 132 | 6 | 0 | 76 | 10 | 102 | 115 | 100 |
| Binary | 11011011 | 11101010 | 1011010 | 110 | 0 | 111110 | 1000 | 1000010 | 1001101 | 1000000 |
Color Harmonies of #DBEA5A
Complementary color
Monochromatic Colors of #DBEA5A
Black with #DBEA5A
Text Example
Text Example
White with #DBEA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBEA5A; }
p { color: rgb(219,234,90); }
H1.HeaderClassName
{
color: #DBEA5A;
}
.AnyTagClassName
{
color: #DBEA5A;
}
</style>
background-color css
<style>
a { background-color: #DBEA5A; }
a { background-color: rgb(219,234,90); }
div.DivClassName
{
background-color: #DBEA5A;
}
.BgClassName
{
background-color: #DBEA5A;
}
</style>
border-color css
<style>
span { border-color: #DBEA5A; }
span { border-color: rgb(219,234,90); }
td.TdClassName
{
border-color: #DBEA5A;
}
.TagClassName
{
border-color: #DBEA5A;
}
</style>