Shades of Eunry #D4AD9D
Tints of Eunry #D4AD9D
RGB
CMYK
RGB Variations
Color information
#D4AD9D (or 0xD4AD9D) is known color: Eunry. HEX triplet: D4, AD and 9D. RGB value is (212,173,157). Sum of RGB (Red+Green+Blue) = 212+173+157=542 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.11% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD9D is #2B5262. Grayscale: #B6B6B6. Windows color (decimal): -2839139 or 10333652. OLE color: 10333652.
HSL color Cylindrical-coordinate representation of color #D4AD9D: hue angle of 17.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 #D4AD9D is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 157 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.17 |
| HSL | 17.45º | 0.39% | 0.72% | - |
| HSV(B) | 17.45º | 0.26% | 0.83% | - |
| XYZ | 48.18 | 46.32 | 38.3 | - |
| YUV | 182.84 | 113.42 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 157 | 0 | 0.18 | 0.26 | 0.17 | 17.45 | 0.39 | 0.72 |
| Hex | D4 | AD | 9D | 0 | 12 | 1A | 11 | 11 | 27 | 48 |
| Octal | 324 | 255 | 235 | 0 | 22 | 32 | 21 | 21 | 47 | 110 |
| Binary | 11010100 | 10101101 | 10011101 | 0 | 10010 | 11010 | 10001 | 10001 | 100111 | 1001000 |
Color Harmonies of #D4AD9D
Complementary color
Monochromatic Colors of #D4AD9D
Black with #D4AD9D
Text Example
Text Example
White with #D4AD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD9D; }
p { color: rgb(212,173,157); }
H1.HeaderClassName
{
color: #D4AD9D;
}
.AnyTagClassName
{
color: #D4AD9D;
}
</style>
background-color css
<style>
a { background-color: #D4AD9D; }
a { background-color: rgb(212,173,157); }
div.DivClassName
{
background-color: #D4AD9D;
}
.BgClassName
{
background-color: #D4AD9D;
}
</style>
border-color css
<style>
span { border-color: #D4AD9D; }
span { border-color: rgb(212,173,157); }
td.TdClassName
{
border-color: #D4AD9D;
}
.TagClassName
{
border-color: #D4AD9D;
}
</style>