#D1ABA5

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

Shades of Eunry #D1ABA5

Tints of Eunry #D1ABA5

Color information

#D1ABA5 (or 0xD1ABA5) is unknown color: approx Eunry. HEX triplet: D1, AB and A5. RGB value is (209,171,165). Sum of RGB (Red+Green+Blue) = 209+171+165=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 171 (67.19% from 255 or 31.38% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 209 - color contains mainly: red. Hex color #D1ABA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1ABA5 is #2E545A. Grayscale: #B5B5B5. Windows color (decimal): -3036251 or 10857425. OLE color: 10857425.

HSL color Cylindrical-coordinate representation of color #D1ABA5: hue angle of 8.18º degrees, saturation: 0.32, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D1ABA5 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB209171165-
CMYK00.180.210.18
HSL8.18º32.35%73.33%-
HSV(B)8.18º21.05%81.96%-
XYZ47.6545.441.85-
YUV181.68118.59147.49-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 171 (67.19% from 255) = 31.38%
BLUE value IS 165 (64.84% from 255) = 30.28%
R=38.35%
G=31.38%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20917116500.180.210.188.1832.3573.33
HexD1ABA5012151282049
Octal32125324502225221040111
Binary110100011010101110100101010010101011001010001000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ABA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ABA5; }

 p { color: rgb(209,171,165); }

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

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

 a { background-color: rgb(209,171,165); }

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

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

 span { border-color: rgb(209,171,165); }

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