#D6AB9B

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

Shades of Eunry #D6AB9B

Tints of Eunry #D6AB9B

Color information

#D6AB9B (or 0xD6AB9B) is unknown color: approx Eunry. HEX triplet: D6, AB and 9B. RGB value is (214,171,155). Sum of RGB (Red+Green+Blue) = 214+171+155=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 171 (67.19% from 255 or 31.67% from 540); Blue value is 155 (60.94% from 255 or 28.70% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AB9B is #295464. Grayscale: #B6B6B6. Windows color (decimal): -2708581 or 10202070. OLE color: 10202070.

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

Color convert

RGB214171155-
CMYK00.200.280.16
HSL16.27º41.84%72.35%-
HSV(B)16.27º27.57%83.92%-
XYZ48.2145.7937.31-
YUV182.03112.75150.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.63%
GREEN value IS 171 (67.19% from 255) = 31.67%
BLUE value IS 155 (60.94% from 255) = 28.70%
R=39.63%
G=31.67%
B=28.70%

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
Decimal21417115500.200.280.1616.2741.8472.35
HexD6AB9B0141C10102a48
Octal32625323302434202052110
Binary1101011010101011100110110101001110010000100001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AB9B; }

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

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

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

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

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

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

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

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