#D9A4A0

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

Shades of Eunry #D9A4A0

Tints of Eunry #D9A4A0

Color information

#D9A4A0 (or 0xD9A4A0) is unknown color: approx Eunry. HEX triplet: D9, A4 and A0. RGB value is (217,164,160). Sum of RGB (Red+Green+Blue) = 217+164+160=541 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.11% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A4A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A4A0 is #265B5F. Grayscale: #B3B3B3. Windows color (decimal): -2513760 or 10527961. OLE color: 10527961.

HSL color Cylindrical-coordinate representation of color #D9A4A0: hue angle of 4.21º degrees, saturation: 0.43, 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 #D9A4A0 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB217164160-
CMYK00.240.260.15
HSL4.21º42.86%73.92%-
HSV(B)4.21º26.27%85.1%-
XYZ48.2443.8439.18-
YUV179.39117.06154.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.11%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 160 (62.89% from 255) = 29.57%
R=40.11%
G=30.31%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716416000.240.260.154.2142.8673.92
HexD9A4A00181AF42b4a
Octal3312442400303217453112
Binary1101100110100100101000000110001101011111001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A4A0; }

 p { color: rgb(217,164,160); }

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

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

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

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

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

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

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