#D5AC9F

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

Shades of Eunry #D5AC9F

Tints of Eunry #D5AC9F

Color information

#D5AC9F (or 0xD5AC9F) is unknown color: approx Eunry. HEX triplet: D5, AC and 9F. RGB value is (213,172,159). Sum of RGB (Red+Green+Blue) = 213+172+159=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AC9F is #2A5360. Grayscale: #B6B6B6. Windows color (decimal): -2773857 or 10464469. OLE color: 10464469.

HSL color Cylindrical-coordinate representation of color #D5AC9F: hue angle of 14.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5AC9F is Cyan = 0, Magento = 0.19, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB213172159-
CMYK00.190.250.16
HSL14.44º39.13%72.94%-
HSV(B)14.44º25.35%83.53%-
XYZ48.4546.1539.16-
YUV182.78114.58149.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 172 (67.58% from 255) = 31.62%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=39.15%
G=31.62%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21317215900.190.250.1614.4439.1372.94
HexD5AC9F0131910e2749
Octal32525423702331201647111
Binary110101011010110010011111010011110011000011101001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AC9F; }

 p { color: rgb(213,172,159); }

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

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

 a { background-color: rgb(213,172,159); }

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

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

 span { border-color: rgb(213,172,159); }

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