Shades of Eunry #D6A99B
Tints of Eunry #D6A99B
RGB
CMYK
RGB Variations
Color information
#D6A99B (or 0xD6A99B) is known color: Eunry. HEX triplet: D6, A9 and 9B. RGB value is (214,169,155). Sum of RGB (Red+Green+Blue) = 214+169+155=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 169 (66.41% from 255 or 31.41% from 538); Blue value is 155 (60.94% from 255 or 28.81% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A99B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A99B is #295664. Grayscale: #B4B4B4. Windows color (decimal): -2709093 or 10201558. OLE color: 10201558.
HSL color Cylindrical-coordinate representation of color #D6A99B: hue angle of 14.24º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6A99B is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 169 | 155 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.16 |
| HSL | 14.24º | 0.42% | 0.72% | - |
| HSV(B) | 14.24º | 0.28% | 0.84% | - |
| XYZ | 47.84 | 45.04 | 37.18 | - |
| YUV | 180.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 169 | 155 | 0 | 0.21 | 0.28 | 0.16 | 14.24 | 0.42 | 0.72 |
| Hex | D6 | A9 | 9B | 0 | 15 | 1C | 10 | E | 2A | 48 |
| Octal | 326 | 251 | 233 | 0 | 25 | 34 | 20 | 16 | 52 | 110 |
| Binary | 11010110 | 10101001 | 10011011 | 0 | 10101 | 11100 | 10000 | 1110 | 101010 | 1001000 |
Color Harmonies of #D6A99B
Complementary color
Monochromatic Colors of #D6A99B
Black with #D6A99B
Text Example
Text Example
White with #D6A99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A99B; }
p { color: rgb(214,169,155); }
H1.HeaderClassName
{
color: #D6A99B;
}
.AnyTagClassName
{
color: #D6A99B;
}
</style>
background-color css
<style>
a { background-color: #D6A99B; }
a { background-color: rgb(214,169,155); }
div.DivClassName
{
background-color: #D6A99B;
}
.BgClassName
{
background-color: #D6A99B;
}
</style>
border-color css
<style>
span { border-color: #D6A99B; }
span { border-color: rgb(214,169,155); }
td.TdClassName
{
border-color: #D6A99B;
}
.TagClassName
{
border-color: #D6A99B;
}
</style>