#D0AA9B

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

Shades of Eunry #D0AA9B

Tints of Eunry #D0AA9B

Color information

#D0AA9B (or 0xD0AA9B) is unknown color: approx Eunry. HEX triplet: D0, AA and 9B. RGB value is (208,170,155). Sum of RGB (Red+Green+Blue) = 208+170+155=533 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.02% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AA9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0AA9B is #2F5564. Grayscale: #B3B3B3. Windows color (decimal): -3102053 or 10201808. OLE color: 10201808.

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

Color convert

RGB208170155-
CMYK00.180.250.18
HSL16.98º36.05%71.18%-
HSV(B)16.98º25.48%81.57%-
XYZ46.344.5337.16-
YUV179.65114.09148.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.02%
GREEN value IS 170 (66.80% from 255) = 31.89%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=39.02%
G=31.89%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817015500.180.250.1816.9836.0571.18
HexD0AA9B0121912112447
Octal32025223302231222144107
Binary1101000010101010100110110100101100110010100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AA9B; }

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

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

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

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

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

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

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

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