Shades of Eunry #D6A99F
Tints of Eunry #D6A99F
RGB
CMYK
RGB Variations
Color information
#D6A99F (or 0xD6A99F) is known color: Eunry. HEX triplet: D6, A9 and 9F. RGB value is (214,169,159). Sum of RGB (Red+Green+Blue) = 214+169+159=542 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.48% from 542); Green value is 169 (66.41% from 255 or 31.18% from 542); Blue value is 159 (62.5% from 255 or 29.34% from 542); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A99F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A99F is #295660. Grayscale: #B5B5B5. Windows color (decimal): -2709089 or 10463702. OLE color: 10463702.
HSL color Cylindrical-coordinate representation of color #D6A99F: hue angle of 10.91º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6A99F is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 169 | 159 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.16 |
| HSL | 10.91º | 0.4% | 0.73% | - |
| HSV(B) | 10.91º | 0.26% | 0.84% | - |
| XYZ | 48.18 | 45.18 | 38.98 | - |
| YUV | 181.32 | 115.41 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 169 | 159 | 0 | 0.21 | 0.26 | 0.16 | 10.91 | 0.4 | 0.73 |
| Hex | D6 | A9 | 9F | 0 | 15 | 1A | 10 | B | 28 | 49 |
| Octal | 326 | 251 | 237 | 0 | 25 | 32 | 20 | 13 | 50 | 111 |
| Binary | 11010110 | 10101001 | 10011111 | 0 | 10101 | 11010 | 10000 | 1011 | 101000 | 1001001 |
Color Harmonies of #D6A99F
Complementary color
Monochromatic Colors of #D6A99F
Black with #D6A99F
Text Example
Text Example
White with #D6A99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A99F; }
p { color: rgb(214,169,159); }
H1.HeaderClassName
{
color: #D6A99F;
}
.AnyTagClassName
{
color: #D6A99F;
}
</style>
background-color css
<style>
a { background-color: #D6A99F; }
a { background-color: rgb(214,169,159); }
div.DivClassName
{
background-color: #D6A99F;
}
.BgClassName
{
background-color: #D6A99F;
}
</style>
border-color css
<style>
span { border-color: #D6A99F; }
span { border-color: rgb(214,169,159); }
td.TdClassName
{
border-color: #D6A99F;
}
.TagClassName
{
border-color: #D6A99F;
}
</style>