#D7AB9B

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

Shades of Eunry #D7AB9B

Tints of Eunry #D7AB9B

Color information

#D7AB9B (or 0xD7AB9B) is unknown color: approx Eunry. HEX triplet: D7, AB and 9B. RGB value is (215,171,155). Sum of RGB (Red+Green+Blue) = 215+171+155=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 171 (67.19% from 255 or 31.61% from 541); Blue value is 155 (60.94% from 255 or 28.65% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AB9B is #285464. Grayscale: #B6B6B6. Windows color (decimal): -2643045 or 10202071. OLE color: 10202071.

HSL color Cylindrical-coordinate representation of color #D7AB9B: hue angle of 16º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7AB9B is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB215171155-
CMYK00.200.280.16
HSL16º42.86%72.55%-
HSV(B)16º27.91%84.31%-
XYZ48.545.9437.32-
YUV182.33112.58151.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.74%
GREEN value IS 171 (67.19% from 255) = 31.61%
BLUE value IS 155 (60.94% from 255) = 28.65%
R=39.74%
G=31.61%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517115500.200.280.161642.8672.55
HexD7AB9B0141C10102b49
Octal32725323302434202053111
Binary1101011110101011100110110101001110010000100001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AB9B; }

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

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

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

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

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

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

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

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