#D8A096

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

Shades of Rose #D8A096

Tints of Rose #D8A096

Color information

#D8A096 (or 0xD8A096) is unknown color: approx Rose. HEX triplet: D8, A0 and 96. RGB value is (216,160,150). Sum of RGB (Red+Green+Blue) = 216+160+150=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A096 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A096 is #275F69. Grayscale: #AFAFAF. Windows color (decimal): -2580330 or 9871576. OLE color: 9871576.

HSL color Cylindrical-coordinate representation of color #D8A096: hue angle of 9.09º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D8A096 is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB216160150-
CMYK00.260.310.15
HSL9.09º45.83%71.76%-
HSV(B)9.09º30.56%84.71%-
XYZ46.3941.9434.5-
YUV175.6113.55156.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 160 (62.89% from 255) = 30.42%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=41.06%
G=30.42%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616015000.260.310.159.0945.8371.76
HexD8A09601A1FF92e48
Octal33024022603237171156110
Binary11011000101000001001011001101011111111110011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A096; }

 p { color: rgb(216,160,150); }

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

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

 a { background-color: rgb(216,160,150); }

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

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

 span { border-color: rgb(216,160,150); }

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