#D7A391

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

Shades of Rose #D7A391

Tints of Rose #D7A391

Color information

#D7A391 (or 0xD7A391) is unknown color: approx Rose. HEX triplet: D7, A3 and 91. RGB value is (215,163,145). Sum of RGB (Red+Green+Blue) = 215+163+145=523 (69% of max value = 765). Red value is 215 (84.38% from 255 or 41.11% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 145 (57.03% from 255 or 27.72% from 523); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A391 is #285C6E. Grayscale: #B0B0B0. Windows color (decimal): -2645103 or 9544663. OLE color: 9544663.

HSL color Cylindrical-coordinate representation of color #D7A391: hue angle of 15.43º 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 #D7A391 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB215163145-
CMYK00.240.330.16
HSL15.43º46.67%70.59%-
HSV(B)15.43º32.56%84.31%-
XYZ46.2342.6932.59-
YUV176.5110.23155.46-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 41.11%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 145 (57.03% from 255) = 27.72%
R=41.11%
G=31.17%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516314500.240.330.1615.4346.6770.59
HexD7A3910182110f2f47
Octal32724322103041201757107
Binary1101011110100011100100010110001000011000011111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A391; }

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

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

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

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

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

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

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

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