Shades of Eunry #D6A8A3
Tints of Eunry #D6A8A3
RGB
CMYK
RGB Variations
Color information
#D6A8A3 (or 0xD6A8A3) is known color: Eunry. HEX triplet: D6, A8 and A3. RGB value is (214,168,163). Sum of RGB (Red+Green+Blue) = 214+168+163=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 168 (66.02% from 255 or 30.83% from 545); Blue value is 163 (64.06% from 255 or 29.91% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A8A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A8A3 is #29575C. Grayscale: #B5B5B5. Windows color (decimal): -2709341 or 10725590. OLE color: 10725590.
HSL color Cylindrical-coordinate representation of color #D6A8A3: hue angle of 5.88º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6A8A3 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 168 | 163 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.16 |
| HSL | 5.88º | 0.38% | 0.74% | - |
| HSV(B) | 5.88º | 0.24% | 0.84% | - |
| XYZ | 48.35 | 44.95 | 40.78 | - |
| YUV | 181.18 | 117.74 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 168 | 163 | 0 | 0.21 | 0.24 | 0.16 | 5.88 | 0.38 | 0.74 |
| Hex | D6 | A8 | A3 | 0 | 15 | 18 | 10 | 6 | 26 | 4A |
| Octal | 326 | 250 | 243 | 0 | 25 | 30 | 20 | 6 | 46 | 112 |
| Binary | 11010110 | 10101000 | 10100011 | 0 | 10101 | 11000 | 10000 | 110 | 100110 | 1001010 |
Color Harmonies of #D6A8A3
Complementary color
Monochromatic Colors of #D6A8A3
Black with #D6A8A3
Text Example
Text Example
White with #D6A8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A8A3; }
p { color: rgb(214,168,163); }
H1.HeaderClassName
{
color: #D6A8A3;
}
.AnyTagClassName
{
color: #D6A8A3;
}
</style>
background-color css
<style>
a { background-color: #D6A8A3; }
a { background-color: rgb(214,168,163); }
div.DivClassName
{
background-color: #D6A8A3;
}
.BgClassName
{
background-color: #D6A8A3;
}
</style>
border-color css
<style>
span { border-color: #D6A8A3; }
span { border-color: rgb(214,168,163); }
td.TdClassName
{
border-color: #D6A8A3;
}
.TagClassName
{
border-color: #D6A8A3;
}
</style>