Shades of Eunry #DBA59F
Tints of Eunry #DBA59F
RGB
CMYK
RGB Variations
Color information
#DBA59F (or 0xDBA59F) is known color: Eunry. HEX triplet: DB, A5 and 9F. RGB value is (219,165,159). Sum of RGB (Red+Green+Blue) = 219+165+159=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA59F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBA59F is #245A60. Grayscale: #B4B4B4. Windows color (decimal): -2382433 or 10462683. OLE color: 10462683.
HSL color Cylindrical-coordinate representation of color #DBA59F: hue angle of 6º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA59F is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 165 | 159 | - |
CMYK | 0 | 0.25 | 0.27 | 0.14 |
HSL | 6º | 0.45% | 0.74% | - |
HSV(B) | 6º | 0.27% | 0.86% | - |
XYZ | 48.93 | 44.47 | 38.81 | - |
YUV | 180.46 | 115.89 | 155.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 165 | 159 | 0 | 0.25 | 0.27 | 0.14 | 6 | 0.45 | 0.74 |
Hex | DB | A5 | 9F | 0 | 19 | 1B | E | 6 | 2D | 4A |
Octal | 333 | 245 | 237 | 0 | 31 | 33 | 16 | 6 | 55 | 112 |
Binary | 11011011 | 10100101 | 10011111 | 0 | 11001 | 11011 | 1110 | 110 | 101101 | 1001010 |
Color Harmonies of #DBA59F
Complementary color
Monochromatic Colors of #DBA59F
Black with #DBA59F
Text Example
Text Example
White with #DBA59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA59F; }
p { color: rgb(219,165,159); }
H1.HeaderClassName
{
color: #DBA59F;
}
.AnyTagClassName
{
color: #DBA59F;
}
</style>
background-color css
<style>
a { background-color: #DBA59F; }
a { background-color: rgb(219,165,159); }
div.DivClassName
{
background-color: #DBA59F;
}
.BgClassName
{
background-color: #DBA59F;
}
</style>
border-color css
<style>
span { border-color: #DBA59F; }
span { border-color: rgb(219,165,159); }
td.TdClassName
{
border-color: #DBA59F;
}
.TagClassName
{
border-color: #DBA59F;
}
</style>