#D4A09D

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

Shades of Eunry #D4A09D

Tints of Eunry #D4A09D

Color information

#D4A09D (or 0xD4A09D) is unknown color: approx Eunry. HEX triplet: D4, A0 and 9D. RGB value is (212,160,157). Sum of RGB (Red+Green+Blue) = 212+160+157=529 (70% of max value = 765). Red value is 212 (83.20% from 255 or 40.08% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A09D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4A09D is #2B5F62. Grayscale: #AFAFAF. Windows color (decimal): -2842467 or 10330324. OLE color: 10330324.

HSL color Cylindrical-coordinate representation of color #D4A09D: hue angle of 3.27º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4A09D is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB212160157-
CMYK00.250.260.17
HSL3.27º39.01%72.35%-
HSV(B)3.27º25.94%83.14%-
XYZ45.8141.5737.51-
YUV175.21117.73154.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.08%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=40.08%
G=30.25%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216015700.250.260.173.2739.0172.35
HexD4A09D0191A1132748
Octal3242402350313221347110
Binary1101010010100000100111010110011101010001111001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A09D; }

 p { color: rgb(212,160,157); }

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

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

 a { background-color: rgb(212,160,157); }

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

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

 span { border-color: rgb(212,160,157); }

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