Shades of Eunry #D6AC9B
Tints of Eunry #D6AC9B
RGB
CMYK
RGB Variations
Color information
#D6AC9B (or 0xD6AC9B) is known color: Eunry. HEX triplet: D6, AC and 9B. RGB value is (214,172,155). Sum of RGB (Red+Green+Blue) = 214+172+155=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AC9B is #295364. Grayscale: #B6B6B6. Windows color (decimal): -2708325 or 10202326. OLE color: 10202326.
HSL color Cylindrical-coordinate representation of color #D6AC9B: hue angle of 17.29º 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 #D6AC9B is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 155 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.16 |
| HSL | 17.29º | 0.42% | 0.72% | - |
| HSV(B) | 17.29º | 0.28% | 0.84% | - |
| XYZ | 48.4 | 46.17 | 37.37 | - |
| YUV | 182.62 | 112.41 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 155 | 0 | 0.20 | 0.28 | 0.16 | 17.29 | 0.42 | 0.72 |
| Hex | D6 | AC | 9B | 0 | 14 | 1C | 10 | 11 | 2A | 48 |
| Octal | 326 | 254 | 233 | 0 | 24 | 34 | 20 | 21 | 52 | 110 |
| Binary | 11010110 | 10101100 | 10011011 | 0 | 10100 | 11100 | 10000 | 10001 | 101010 | 1001000 |
Color Harmonies of #D6AC9B
Complementary color
Monochromatic Colors of #D6AC9B
Black with #D6AC9B
Text Example
Text Example
White with #D6AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AC9B; }
p { color: rgb(214,172,155); }
H1.HeaderClassName
{
color: #D6AC9B;
}
.AnyTagClassName
{
color: #D6AC9B;
}
</style>
background-color css
<style>
a { background-color: #D6AC9B; }
a { background-color: rgb(214,172,155); }
div.DivClassName
{
background-color: #D6AC9B;
}
.BgClassName
{
background-color: #D6AC9B;
}
</style>
border-color css
<style>
span { border-color: #D6AC9B; }
span { border-color: rgb(214,172,155); }
td.TdClassName
{
border-color: #D6AC9B;
}
.TagClassName
{
border-color: #D6AC9B;
}
</style>