Shades of Eunry #D4A19C
Tints of Eunry #D4A19C
RGB
CMYK
RGB Variations
Color information
#D4A19C (or 0xD4A19C) is known color: Eunry. HEX triplet: D4, A1 and 9C. RGB value is (212,161,156). Sum of RGB (Red+Green+Blue) = 212+161+156=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A19C is #2B5E63. Grayscale: #AFAFAF. Windows color (decimal): -2842212 or 10265044. OLE color: 10265044.
HSL color Cylindrical-coordinate representation of color #D4A19C: hue angle of 5.36º 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 #D4A19C is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 161 | 156 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.17 |
| HSL | 5.36º | 0.39% | 0.72% | - |
| HSV(B) | 5.36º | 0.26% | 0.83% | - |
| XYZ | 45.9 | 41.89 | 37.12 | - |
| YUV | 175.68 | 116.9 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 161 | 156 | 0 | 0.24 | 0.26 | 0.17 | 5.36 | 0.39 | 0.72 |
| Hex | D4 | A1 | 9C | 0 | 18 | 1A | 11 | 5 | 27 | 48 |
| Octal | 324 | 241 | 234 | 0 | 30 | 32 | 21 | 5 | 47 | 110 |
| Binary | 11010100 | 10100001 | 10011100 | 0 | 11000 | 11010 | 10001 | 101 | 100111 | 1001000 |
Color Harmonies of #D4A19C
Complementary color
Monochromatic Colors of #D4A19C
Black with #D4A19C
Text Example
Text Example
White with #D4A19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A19C; }
p { color: rgb(212,161,156); }
H1.HeaderClassName
{
color: #D4A19C;
}
.AnyTagClassName
{
color: #D4A19C;
}
</style>
background-color css
<style>
a { background-color: #D4A19C; }
a { background-color: rgb(212,161,156); }
div.DivClassName
{
background-color: #D4A19C;
}
.BgClassName
{
background-color: #D4A19C;
}
</style>
border-color css
<style>
span { border-color: #D4A19C; }
span { border-color: rgb(212,161,156); }
td.TdClassName
{
border-color: #D4A19C;
}
.TagClassName
{
border-color: #D4A19C;
}
</style>