#D2A59B

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

Shades of Eunry #D2A59B

Tints of Eunry #D2A59B

Color information

#D2A59B (or 0xD2A59B) is unknown color: approx Eunry. HEX triplet: D2, A5 and 9B. RGB value is (210,165,155). Sum of RGB (Red+Green+Blue) = 210+165+155=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A59B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A59B is #2D5A64. Grayscale: #B1B1B1. Windows color (decimal): -2972261 or 10200530. OLE color: 10200530.

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

Color convert

RGB210165155-
CMYK00.210.260.18
HSL10.91º37.93%71.57%-
HSV(B)10.91º26.19%82.35%-
XYZ45.9542.9836.88-
YUV177.32115.41151.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.62%
GREEN value IS 165 (64.84% from 255) = 31.13%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=39.62%
G=31.13%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016515500.210.260.1810.9137.9371.57
HexD2A59B0151A12b2648
Octal32224523302532221346110
Binary110100101010010110011011010101110101001010111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A59B; }

 p { color: rgb(210,165,155); }

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

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

 a { background-color: rgb(210,165,155); }

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

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

 span { border-color: rgb(210,165,155); }

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