#D9A9A0

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

Shades of Eunry #D9A9A0

Tints of Eunry #D9A9A0

Color information

#D9A9A0 (or 0xD9A9A0) is unknown color: approx Eunry. HEX triplet: D9, A9 and A0. RGB value is (217,169,160). Sum of RGB (Red+Green+Blue) = 217+169+160=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 169 (66.41% from 255 or 30.95% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A9A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A9A0 is #26565F. Grayscale: #B6B6B6. Windows color (decimal): -2512480 or 10529241. OLE color: 10529241.

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

Color convert

RGB217169160-
CMYK00.220.260.15
HSL9.47º42.86%73.92%-
HSV(B)9.47º26.27%85.1%-
XYZ49.1545.6739.48-
YUV182.33115.4152.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 169 (66.41% from 255) = 30.95%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=39.74%
G=30.95%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716916000.220.260.159.4742.8673.92
HexD9A9A00161AF92b4a
Octal33125124002632171153112
Binary11011001101010011010000001011011010111110011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A9A0; }

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

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

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

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

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

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

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

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