#D7AD9C

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

Shades of Eunry #D7AD9C

Tints of Eunry #D7AD9C

Color information

#D7AD9C (or 0xD7AD9C) is unknown color: approx Eunry. HEX triplet: D7, AD and 9C. RGB value is (215,173,156). Sum of RGB (Red+Green+Blue) = 215+173+156=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 173 (67.97% from 255 or 31.80% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AD9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7AD9C is #285263. Grayscale: #B7B7B7. Windows color (decimal): -2642532 or 10268119. OLE color: 10268119.

HSL color Cylindrical-coordinate representation of color #D7AD9C: hue angle of 17.29º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D7AD9C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB215173156-
CMYK00.200.270.16
HSL17.29º42.45%72.75%-
HSV(B)17.29º27.44%84.31%-
XYZ48.9746.7337.89-
YUV183.62112.41150.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.52%
GREEN value IS 173 (67.97% from 255) = 31.80%
BLUE value IS 156 (61.33% from 255) = 28.68%
R=39.52%
G=31.80%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517315600.200.270.1617.2942.4572.75
HexD7AD9C0141B10112a49
Octal32725523402433202152111
Binary1101011110101101100111000101001101110000100011010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AD9C; }

 p { color: rgb(215,173,156); }

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

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

 a { background-color: rgb(215,173,156); }

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

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

 span { border-color: rgb(215,173,156); }

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