Shades of Eunry #D4A69A
Tints of Eunry #D4A69A
RGB
CMYK
RGB Variations
Color information
#D4A69A (or 0xD4A69A) is known color: Eunry. HEX triplet: D4, A6 and 9A. RGB value is (212,166,154). Sum of RGB (Red+Green+Blue) = 212+166+154=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 166 (65.23% from 255 or 31.20% from 532); Blue value is 154 (60.55% from 255 or 28.95% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A69A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A69A is #2B5965. Grayscale: #B2B2B2. Windows color (decimal): -2840934 or 10135252. OLE color: 10135252.
HSL color Cylindrical-coordinate representation of color #D4A69A: hue angle of 12.41º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D4A69A is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 154 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.17 |
| HSL | 12.41º | 0.4% | 0.72% | - |
| HSV(B) | 12.41º | 0.27% | 0.83% | - |
| XYZ | 46.62 | 43.6 | 36.53 | - |
| YUV | 178.39 | 114.24 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 154 | 0 | 0.22 | 0.27 | 0.17 | 12.41 | 0.4 | 0.72 |
| Hex | D4 | A6 | 9A | 0 | 16 | 1B | 11 | C | 28 | 48 |
| Octal | 324 | 246 | 232 | 0 | 26 | 33 | 21 | 14 | 50 | 110 |
| Binary | 11010100 | 10100110 | 10011010 | 0 | 10110 | 11011 | 10001 | 1100 | 101000 | 1001000 |
Color Harmonies of #D4A69A
Complementary color
Monochromatic Colors of #D4A69A
Black with #D4A69A
Text Example
Text Example
White with #D4A69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A69A; }
p { color: rgb(212,166,154); }
H1.HeaderClassName
{
color: #D4A69A;
}
.AnyTagClassName
{
color: #D4A69A;
}
</style>
background-color css
<style>
a { background-color: #D4A69A; }
a { background-color: rgb(212,166,154); }
div.DivClassName
{
background-color: #D4A69A;
}
.BgClassName
{
background-color: #D4A69A;
}
</style>
border-color css
<style>
span { border-color: #D4A69A; }
span { border-color: rgb(212,166,154); }
td.TdClassName
{
border-color: #D4A69A;
}
.TagClassName
{
border-color: #D4A69A;
}
</style>