#D9A1A1

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

Shades of Eunry #D9A1A1

Tints of Eunry #D9A1A1

Color information

#D9A1A1 (or 0xD9A1A1) is unknown color: approx Eunry. HEX triplet: D9, A1 and A1. RGB value is (217,161,161). Sum of RGB (Red+Green+Blue) = 217+161+161=539 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.26% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A1A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A1A1 is #265E5E. Grayscale: #B1B1B1. Windows color (decimal): -2514527 or 10592729. OLE color: 10592729.

HSL color Cylindrical-coordinate representation of color #D9A1A1: hue angle of 0º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9A1A1 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB217161161-
CMYK00.260.260.15
HSL42.42%74.12%-
HSV(B)25.81%85.1%-
XYZ47.7942.8139.46-
YUV177.74118.55156-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.26%
GREEN value IS 161 (63.28% from 255) = 29.87%
BLUE value IS 161 (63.28% from 255) = 29.87%
R=40.26%
G=29.87%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716116100.260.260.15042.4274.12
HexD9A1A101A1AF02a4a
Octal3312412410323217052112
Binary11011001101000011010000101101011010111101010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A1A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A1A1; }

 p { color: rgb(217,161,161); }

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

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

 a { background-color: rgb(217,161,161); }

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

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

 span { border-color: rgb(217,161,161); }

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