#D3A19D

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

Shades of Eunry #D3A19D

Tints of Eunry #D3A19D

Color information

#D3A19D (or 0xD3A19D) is unknown color: approx Eunry. HEX triplet: D3, A1 and 9D. RGB value is (211,161,157). Sum of RGB (Red+Green+Blue) = 211+161+157=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 161 (63.28% from 255 or 30.43% from 529); Blue value is 157 (61.72% from 255 or 29.68% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A19D is #2C5E62. Grayscale: #AFAFAF. Windows color (decimal): -2907747 or 10330579. OLE color: 10330579.

HSL color Cylindrical-coordinate representation of color #D3A19D: hue angle of 4.44º degrees, saturation: 0.38, 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 #D3A19D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB211161157-
CMYK00.240.260.17
HSL4.44º38.03%72.16%-
HSV(B)4.44º25.59%82.75%-
XYZ45.6941.7737.55-
YUV175.49117.56153.33-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.89%
GREEN value IS 161 (63.28% from 255) = 30.43%
BLUE value IS 157 (61.72% from 255) = 29.68%
R=39.89%
G=30.43%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116115700.240.260.174.4438.0372.16
HexD3A19D0181A1142648
Octal3232412350303221446110
Binary11010011101000011001110101100011010100011001001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A19D; }

 p { color: rgb(211,161,157); }

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

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

 a { background-color: rgb(211,161,157); }

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

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

 span { border-color: rgb(211,161,157); }

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