Shades of Eunry #D4A29D
Tints of Eunry #D4A29D
RGB
CMYK
RGB Variations
Color information
#D4A29D (or 0xD4A29D) is known color: Eunry. HEX triplet: D4, A2 and 9D. RGB value is (212,162,157). Sum of RGB (Red+Green+Blue) = 212+162+157=531 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.92% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 157 (61.72% from 255 or 29.57% from 531); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A29D is #2B5D62. Grayscale: #B0B0B0. Windows color (decimal): -2841955 or 10330836. OLE color: 10330836.
HSL color Cylindrical-coordinate representation of color #D4A29D: hue angle of 5.45º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4A29D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 162 | 157 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.17 |
| HSL | 5.45º | 0.39% | 0.72% | - |
| HSV(B) | 5.45º | 0.26% | 0.83% | - |
| XYZ | 46.16 | 42.27 | 37.62 | - |
| YUV | 176.38 | 117.07 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 162 | 157 | 0 | 0.24 | 0.26 | 0.17 | 5.45 | 0.39 | 0.72 |
| Hex | D4 | A2 | 9D | 0 | 18 | 1A | 11 | 5 | 27 | 48 |
| Octal | 324 | 242 | 235 | 0 | 30 | 32 | 21 | 5 | 47 | 110 |
| Binary | 11010100 | 10100010 | 10011101 | 0 | 11000 | 11010 | 10001 | 101 | 100111 | 1001000 |
Color Harmonies of #D4A29D
Complementary color
Monochromatic Colors of #D4A29D
Black with #D4A29D
Text Example
Text Example
White with #D4A29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A29D; }
p { color: rgb(212,162,157); }
H1.HeaderClassName
{
color: #D4A29D;
}
.AnyTagClassName
{
color: #D4A29D;
}
</style>
background-color css
<style>
a { background-color: #D4A29D; }
a { background-color: rgb(212,162,157); }
div.DivClassName
{
background-color: #D4A29D;
}
.BgClassName
{
background-color: #D4A29D;
}
</style>
border-color css
<style>
span { border-color: #D4A29D; }
span { border-color: rgb(212,162,157); }
td.TdClassName
{
border-color: #D4A29D;
}
.TagClassName
{
border-color: #D4A29D;
}
</style>