#D9AC9C

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

Shades of Eunry #D9AC9C

Tints of Eunry #D9AC9C

Color information

#D9AC9C (or 0xD9AC9C) is unknown color: approx Eunry. HEX triplet: D9, AC and 9C. RGB value is (217,172,156). Sum of RGB (Red+Green+Blue) = 217+172+156=545 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.82% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 156 (61.33% from 255 or 28.62% from 545); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AC9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AC9C is #265363. Grayscale: #B7B7B7. Windows color (decimal): -2511716 or 10267865. OLE color: 10267865.

HSL color Cylindrical-coordinate representation of color #D9AC9C: hue angle of 15.74º degrees, saturation: 0.45, 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 #D9AC9C is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB217172156-
CMYK00.210.280.15
HSL15.74º44.53%73.14%-
HSV(B)15.74º28.11%85.1%-
XYZ49.3746.6637.86-
YUV183.63112.41151.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.82%
GREEN value IS 172 (67.58% from 255) = 31.56%
BLUE value IS 156 (61.33% from 255) = 28.62%
R=39.82%
G=31.56%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21717215600.210.280.1515.7444.5373.14
HexD9AC9C0151CF102d49
Octal33125423402534172055111
Binary110110011010110010011100010101111001111100001011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9AC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9AC9C; }

 p { color: rgb(217,172,156); }

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

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

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

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

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

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

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