Shades of Eunry #D5AB9B
Tints of Eunry #D5AB9B
RGB
CMYK
RGB Variations
Color information
#D5AB9B (or 0xD5AB9B) is known color: Eunry. HEX triplet: D5, AB and 9B. RGB value is (213,171,155). Sum of RGB (Red+Green+Blue) = 213+171+155=539 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.52% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AB9B is #2A5464. Grayscale: #B5B5B5. Windows color (decimal): -2774117 or 10202069. OLE color: 10202069.
HSL color Cylindrical-coordinate representation of color #D5AB9B: hue angle of 16.55º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D5AB9B is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 171 | 155 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.16 |
| HSL | 16.55º | 0.41% | 0.72% | - |
| HSV(B) | 16.55º | 0.27% | 0.84% | - |
| XYZ | 47.92 | 45.64 | 37.29 | - |
| YUV | 181.73 | 112.91 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 171 | 155 | 0 | 0.20 | 0.27 | 0.16 | 16.55 | 0.41 | 0.72 |
| Hex | D5 | AB | 9B | 0 | 14 | 1B | 10 | 11 | 29 | 48 |
| Octal | 325 | 253 | 233 | 0 | 24 | 33 | 20 | 21 | 51 | 110 |
| Binary | 11010101 | 10101011 | 10011011 | 0 | 10100 | 11011 | 10000 | 10001 | 101001 | 1001000 |
Color Harmonies of #D5AB9B
Complementary color
Monochromatic Colors of #D5AB9B
Black with #D5AB9B
Text Example
Text Example
White with #D5AB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AB9B; }
p { color: rgb(213,171,155); }
H1.HeaderClassName
{
color: #D5AB9B;
}
.AnyTagClassName
{
color: #D5AB9B;
}
</style>
background-color css
<style>
a { background-color: #D5AB9B; }
a { background-color: rgb(213,171,155); }
div.DivClassName
{
background-color: #D5AB9B;
}
.BgClassName
{
background-color: #D5AB9B;
}
</style>
border-color css
<style>
span { border-color: #D5AB9B; }
span { border-color: rgb(213,171,155); }
td.TdClassName
{
border-color: #D5AB9B;
}
.TagClassName
{
border-color: #D5AB9B;
}
</style>