#D3A69D

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

Shades of Eunry #D3A69D

Tints of Eunry #D3A69D

Color information

#D3A69D (or 0xD3A69D) is unknown color: approx Eunry. HEX triplet: D3, A6 and 9D. RGB value is (211,166,157). Sum of RGB (Red+Green+Blue) = 211+166+157=534 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.51% from 534); Green value is 166 (65.23% from 255 or 31.09% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A69D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A69D is #2C5962. Grayscale: #B2B2B2. Windows color (decimal): -2906467 or 10331859. OLE color: 10331859.

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

Color convert

RGB211166157-
CMYK00.210.260.17
HSL10º38.03%72.16%-
HSV(B)10º25.59%82.75%-
XYZ46.5943.5637.85-
YUV178.43115.91151.23-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.51%
GREEN value IS 166 (65.23% from 255) = 31.09%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=39.51%
G=31.09%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21116615700.210.260.171038.0372.16
HexD3A69D0151A11a2648
Octal32324623502532211246110
Binary110100111010011010011101010101110101000110101001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3A69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3A69D; }

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

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

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

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

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

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

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

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