#D7A891

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

Shades of Rose #D7A891

Tints of Rose #D7A891

Color information

#D7A891 (or 0xD7A891) is unknown color: approx Rose. HEX triplet: D7, A8 and 91. RGB value is (215,168,145). Sum of RGB (Red+Green+Blue) = 215+168+145=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 168 (66.02% from 255 or 31.82% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A891 is #28576E. Grayscale: #B3B3B3. Windows color (decimal): -2643823 or 9545943. OLE color: 9545943.

HSL color Cylindrical-coordinate representation of color #D7A891: hue angle of 19.71º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D7A891 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215168145-
CMYK00.220.330.16
HSL19.71º46.67%70.59%-
HSV(B)19.71º32.56%84.31%-
XYZ47.1444.532.89-
YUV179.43108.57153.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 168 (66.02% from 255) = 31.82%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=40.72%
G=31.82%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516814500.220.330.1619.7146.6770.59
HexD7A8910162110142f47
Octal32725022102641202457107
Binary11010111101010001001000101011010000110000101001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A891; }

 p { color: rgb(215,168,145); }

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

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

 a { background-color: rgb(215,168,145); }

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

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

 span { border-color: rgb(215,168,145); }

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