Shades of Eunry #D2A29D
Tints of Eunry #D2A29D
RGB
CMYK
RGB Variations
Color information
#D2A29D (or 0xD2A29D) is known color: Eunry. HEX triplet: D2, A2 and 9D. RGB value is (210,162,157). Sum of RGB (Red+Green+Blue) = 210+162+157=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A29D is #2D5D62. Grayscale: #AFAFAF. Windows color (decimal): -2973027 or 10330834. OLE color: 10330834.
HSL color Cylindrical-coordinate representation of color #D2A29D: hue angle of 5.66º 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 #D2A29D is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 157 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.18 |
| HSL | 5.66º | 0.37% | 0.72% | - |
| HSV(B) | 5.66º | 0.25% | 0.82% | - |
| XYZ | 45.58 | 41.98 | 37.6 | - |
| YUV | 175.78 | 117.4 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 157 | 0 | 0.23 | 0.25 | 0.18 | 5.66 | 0.37 | 0.72 |
| Hex | D2 | A2 | 9D | 0 | 17 | 19 | 12 | 6 | 25 | 48 |
| Octal | 322 | 242 | 235 | 0 | 27 | 31 | 22 | 6 | 45 | 110 |
| Binary | 11010010 | 10100010 | 10011101 | 0 | 10111 | 11001 | 10010 | 110 | 100101 | 1001000 |
Color Harmonies of #D2A29D
Complementary color
Monochromatic Colors of #D2A29D
Black with #D2A29D
Text Example
Text Example
White with #D2A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A29D; }
p { color: rgb(210,162,157); }
H1.HeaderClassName
{
color: #D2A29D;
}
.AnyTagClassName
{
color: #D2A29D;
}
</style>
background-color css
<style>
a { background-color: #D2A29D; }
a { background-color: rgb(210,162,157); }
div.DivClassName
{
background-color: #D2A29D;
}
.BgClassName
{
background-color: #D2A29D;
}
</style>
border-color css
<style>
span { border-color: #D2A29D; }
span { border-color: rgb(210,162,157); }
td.TdClassName
{
border-color: #D2A29D;
}
.TagClassName
{
border-color: #D2A29D;
}
</style>