#D0AC9B

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

Shades of Eunry #D0AC9B

Tints of Eunry #D0AC9B

Color information

#D0AC9B (or 0xD0AC9B) is unknown color: approx Eunry. HEX triplet: D0, AC and 9B. RGB value is (208,172,155). Sum of RGB (Red+Green+Blue) = 208+172+155=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 172 (67.58% from 255 or 32.15% from 535); Blue value is 155 (60.94% from 255 or 28.97% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AC9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AC9B is #2F5364. Grayscale: #B4B4B4. Windows color (decimal): -3101541 or 10202320. OLE color: 10202320.

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

Color convert

RGB208172155-
CMYK00.170.250.18
HSL19.25º36.05%71.18%-
HSV(B)19.25º25.48%81.57%-
XYZ46.6845.2837.29-
YUV180.83113.43147.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 172 (67.58% from 255) = 32.15%
BLUE value IS 155 (60.94% from 255) = 28.97%
R=38.88%
G=32.15%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817215500.170.250.1819.2536.0571.18
HexD0AC9B0111912132447
Octal32025423302131222344107
Binary1101000010101100100110110100011100110010100111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AC9B; }

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

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

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

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

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

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

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

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