#d2a79d

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

Shades of Eunry #D2A79D

Tints of Eunry #D2A79D

Color information

#D2A79D (or 0xD2A79D) is unknown color: approx Eunry. HEX triplet: D2, A7 and 9D. RGB value is (210,167,157). Sum of RGB (Red+Green+Blue) = 210+167+157=534 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.33% from 534); Green value is 167 (65.62% from 255 or 31.27% from 534); Blue value is 157 (61.72% from 255 or 29.40% from 534); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A79D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A79D is #2D5862. Grayscale: #B2B2B2. Windows color (decimal): -2971747 or 10332114. OLE color: 10332114.

HSL color Cylindrical-coordinate representation of color #D2A79D: hue angle of 11.32º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2A79D is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB210167157-
CMYK00.200.250.18
HSL11.32º37.06%71.96%-
HSV(B)11.32º25.24%82.35%-
XYZ46.4843.7737.9-
YUV178.72115.75150.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.33%
GREEN value IS 167 (65.62% from 255) = 31.27%
BLUE value IS 157 (61.72% from 255) = 29.40%
R=39.33%
G=31.27%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016715700.200.250.1811.3237.0671.96
HexD2A79D0141912b2548
Octal32224723502431221345110
Binary110100101010011110011101010100110011001010111001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2a79d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2a79d; }

 p { color: rgb(210,167,157); }

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

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

 a { background-color: rgb(210,167,157); }

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

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

 span { border-color: rgb(210,167,157); }

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