Shades of Eunry #D4A69B
Tints of Eunry #D4A69B
RGB
CMYK
RGB Variations
Color information
#D4A69B (or 0xD4A69B) is known color: Eunry. HEX triplet: D4, A6 and 9B. RGB value is (212,166,155). Sum of RGB (Red+Green+Blue) = 212+166+155=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 166 (65.23% from 255 or 31.14% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A69B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A69B is #2B5964. Grayscale: #B2B2B2. Windows color (decimal): -2840933 or 10200788. OLE color: 10200788.
HSL color Cylindrical-coordinate representation of color #D4A69B: hue angle of 11.58º 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 #D4A69B is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 166 | 155 | - |
| CMYK | 0 | 0.22 | 0.27 | 0.17 |
| HSL | 11.58º | 0.4% | 0.72% | - |
| HSV(B) | 11.58º | 0.27% | 0.83% | - |
| XYZ | 46.7 | 43.64 | 36.97 | - |
| YUV | 178.5 | 114.74 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 166 | 155 | 0 | 0.22 | 0.27 | 0.17 | 11.58 | 0.4 | 0.72 |
| Hex | D4 | A6 | 9B | 0 | 16 | 1B | 11 | C | 28 | 48 |
| Octal | 324 | 246 | 233 | 0 | 26 | 33 | 21 | 14 | 50 | 110 |
| Binary | 11010100 | 10100110 | 10011011 | 0 | 10110 | 11011 | 10001 | 1100 | 101000 | 1001000 |
Color Harmonies of #D4A69B
Complementary color
Monochromatic Colors of #D4A69B
Black with #D4A69B
Text Example
Text Example
White with #D4A69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A69B; }
p { color: rgb(212,166,155); }
H1.HeaderClassName
{
color: #D4A69B;
}
.AnyTagClassName
{
color: #D4A69B;
}
</style>
background-color css
<style>
a { background-color: #D4A69B; }
a { background-color: rgb(212,166,155); }
div.DivClassName
{
background-color: #D4A69B;
}
.BgClassName
{
background-color: #D4A69B;
}
</style>
border-color css
<style>
span { border-color: #D4A69B; }
span { border-color: rgb(212,166,155); }
td.TdClassName
{
border-color: #D4A69B;
}
.TagClassName
{
border-color: #D4A69B;
}
</style>