Shades of Eunry #D2AC9D
Tints of Eunry #D2AC9D
RGB
CMYK
RGB Variations
Color information
#D2AC9D (or 0xD2AC9D) is known color: Eunry. HEX triplet: D2, AC and 9D. RGB value is (210,172,157). Sum of RGB (Red+Green+Blue) = 210+172+157=539 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.96% from 539); Green value is 172 (67.58% from 255 or 31.91% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC9D is #2D5362. Grayscale: #B5B5B5. Windows color (decimal): -2970467 or 10333394. OLE color: 10333394.
HSL color Cylindrical-coordinate representation of color #D2AC9D: hue angle of 16.98º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2AC9D is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 172 | 157 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.18 |
| HSL | 16.98º | 0.37% | 0.72% | - |
| HSV(B) | 16.98º | 0.25% | 0.82% | - |
| XYZ | 47.42 | 45.64 | 38.21 | - |
| YUV | 181.65 | 114.09 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 172 | 157 | 0 | 0.18 | 0.25 | 0.18 | 16.98 | 0.37 | 0.72 |
| Hex | D2 | AC | 9D | 0 | 12 | 19 | 12 | 11 | 25 | 48 |
| Octal | 322 | 254 | 235 | 0 | 22 | 31 | 22 | 21 | 45 | 110 |
| Binary | 11010010 | 10101100 | 10011101 | 0 | 10010 | 11001 | 10010 | 10001 | 100101 | 1001000 |
Color Harmonies of #D2AC9D
Complementary color
Monochromatic Colors of #D2AC9D
Black with #D2AC9D
Text Example
Text Example
White with #D2AC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AC9D; }
p { color: rgb(210,172,157); }
H1.HeaderClassName
{
color: #D2AC9D;
}
.AnyTagClassName
{
color: #D2AC9D;
}
</style>
background-color css
<style>
a { background-color: #D2AC9D; }
a { background-color: rgb(210,172,157); }
div.DivClassName
{
background-color: #D2AC9D;
}
.BgClassName
{
background-color: #D2AC9D;
}
</style>
border-color css
<style>
span { border-color: #D2AC9D; }
span { border-color: rgb(210,172,157); }
td.TdClassName
{
border-color: #D2AC9D;
}
.TagClassName
{
border-color: #D2AC9D;
}
</style>