#D2AC9B

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

Shades of Eunry #D2AC9B

Tints of Eunry #D2AC9B

Color information

#D2AC9B (or 0xD2AC9B) is unknown color: approx Eunry. HEX triplet: D2, AC and 9B. RGB value is (210,172,155). Sum of RGB (Red+Green+Blue) = 210+172+155=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 172 (67.58% from 255 or 32.03% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC9B is #2D5364. Grayscale: #B5B5B5. Windows color (decimal): -2970469 or 10202322. OLE color: 10202322.

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

Color convert

RGB210172155-
CMYK00.180.260.18
HSL18.55º37.93%71.57%-
HSV(B)18.55º26.19%82.35%-
XYZ47.2545.5737.32-
YUV181.42113.09148.38-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.11%
GREEN value IS 172 (67.58% from 255) = 32.03%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=39.11%
G=32.03%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017215500.180.260.1818.5537.9371.57
HexD2AC9B0121A12132648
Octal32225423302232222346110
Binary1101001010101100100110110100101101010010100111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AC9B; }

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

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

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

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

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

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

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

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