#D9A29D

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

Shades of Eunry #D9A29D

Tints of Eunry #D9A29D

Color information

#D9A29D (or 0xD9A29D) is unknown color: approx Eunry. HEX triplet: D9, A2 and 9D. RGB value is (217,162,157). Sum of RGB (Red+Green+Blue) = 217+162+157=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 162 (63.67% from 255 or 30.22% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A29D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A29D is #265D62. Grayscale: #B1B1B1. Windows color (decimal): -2514275 or 10330841. OLE color: 10330841.

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

Color convert

RGB217162157-
CMYK00.250.280.15
HSL44.12%73.33%-
HSV(B)27.65%85.1%-
XYZ47.6243.0337.69-
YUV177.87116.22155.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 162 (63.67% from 255) = 30.22%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=40.49%
G=30.22%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716215700.250.280.15544.1273.33
HexD9A29D0191CF52c49
Octal3312422350313417554111
Binary1101100110100010100111010110011110011111011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A29D; }

 p { color: rgb(217,162,157); }

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

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

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

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

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

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

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