Shades of Eunry #D2A79A
Tints of Eunry #D2A79A
RGB
CMYK
RGB Variations
Color information
#D2A79A (or 0xD2A79A) is known color: Eunry. HEX triplet: D2, A7 and 9A. RGB value is (210,167,154). Sum of RGB (Red+Green+Blue) = 210+167+154=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A79A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A79A is #2D5865. Grayscale: #B2B2B2. Windows color (decimal): -2971750 or 10135506. OLE color: 10135506.
HSL color Cylindrical-coordinate representation of color #D2A79A: hue angle of 13.93º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2A79A is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 167 | 154 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.18 |
| HSL | 13.93º | 0.38% | 0.71% | - |
| HSV(B) | 13.93º | 0.27% | 0.82% | - |
| XYZ | 46.23 | 43.67 | 36.56 | - |
| YUV | 178.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 167 | 154 | 0 | 0.20 | 0.27 | 0.18 | 13.93 | 0.38 | 0.71 |
| Hex | D2 | A7 | 9A | 0 | 14 | 1B | 12 | E | 26 | 47 |
| Octal | 322 | 247 | 232 | 0 | 24 | 33 | 22 | 16 | 46 | 107 |
| Binary | 11010010 | 10100111 | 10011010 | 0 | 10100 | 11011 | 10010 | 1110 | 100110 | 1000111 |
Color Harmonies of #D2A79A
Complementary color
Monochromatic Colors of #D2A79A
Black with #D2A79A
Text Example
Text Example
White with #D2A79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A79A; }
p { color: rgb(210,167,154); }
H1.HeaderClassName
{
color: #D2A79A;
}
.AnyTagClassName
{
color: #D2A79A;
}
</style>
background-color css
<style>
a { background-color: #D2A79A; }
a { background-color: rgb(210,167,154); }
div.DivClassName
{
background-color: #D2A79A;
}
.BgClassName
{
background-color: #D2A79A;
}
</style>
border-color css
<style>
span { border-color: #D2A79A; }
span { border-color: rgb(210,167,154); }
td.TdClassName
{
border-color: #D2A79A;
}
.TagClassName
{
border-color: #D2A79A;
}
</style>