#D3AB9B

Color #D3AB9B Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #D3AB9B

Tints of Eunry #D3AB9B

Color information

#D3AB9B (or 0xD3AB9B) is unknown color: approx Eunry. HEX triplet: D3, AB and 9B. RGB value is (211,171,155). Sum of RGB (Red+Green+Blue) = 211+171+155=537 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.29% from 537); Green value is 171 (67.19% from 255 or 31.84% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 211 - color contains mainly: red. Hex color #D3AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3AB9B is #2C5464. Grayscale: #B5B5B5. Windows color (decimal): -2905189 or 10202067. OLE color: 10202067.

HSL color Cylindrical-coordinate representation of color #D3AB9B: hue angle of 17.14º degrees, saturation: 0.39, 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 #D3AB9B is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.17.

Color convert

RGB211171155-
CMYK00.190.270.17
HSL17.14º38.89%71.76%-
HSV(B)17.14º26.54%82.75%-
XYZ47.3445.3437.27-
YUV181.14113.25149.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 39.29%
GREEN value IS 171 (67.19% from 255) = 31.84%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=39.29%
G=31.84%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21117115500.190.270.1717.1438.8971.76
HexD3AB9B0131B11112748
Octal32325323302333212147110
Binary1101001110101011100110110100111101110001100011001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AB9B; }

 p { color: rgb(211,171,155); }

 H1.HeaderClassName
 {
   color: #D3AB9B;
 }
 .AnyTagClassName
 {
   color: #D3AB9B;
 }
</style>
background-color css

<style>
 a { background-color: #D3AB9B; }

 a { background-color: rgb(211,171,155); }

 div.DivClassName
 {
   background-color: #D3AB9B;
 }
 .BgClassName
 {
   background-color: #D3AB9B;
 }
</style>
border-color css

<style>
 span { border-color: #D3AB9B; }

 span { border-color: rgb(211,171,155); }

 td.TdClassName
 {
   border-color: #D3AB9B;
 }
 .TagClassName
 {
   border-color: #D3AB9B;
 }
</style>