#D8A591

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

Shades of Rose #D8A591

Tints of Rose #D8A591

Color information

#D8A591 (or 0xD8A591) is unknown color: approx Rose. HEX triplet: D8, A5 and 91. RGB value is (216,165,145). Sum of RGB (Red+Green+Blue) = 216+165+145=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A591 is #275A6E. Grayscale: #B2B2B2. Windows color (decimal): -2579055 or 9545176. OLE color: 9545176.

HSL color Cylindrical-coordinate representation of color #D8A591: hue angle of 16.9º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D8A591 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB216165145-
CMYK00.240.330.15
HSL16.9º47.65%70.78%-
HSV(B)16.9º32.87%84.71%-
XYZ46.8843.5532.72-
YUV177.97109.4155.13-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=41.06%
G=31.37%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616514500.240.330.1516.947.6570.78
HexD8A59101821F113047
Octal33024522103041172160107
Binary1101100010100101100100010110001000011111100011100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A591; }

 p { color: rgb(216,165,145); }

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

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

 a { background-color: rgb(216,165,145); }

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

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

 span { border-color: rgb(216,165,145); }

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