#D8A596

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

Shades of Rose #D8A596

Tints of Rose #D8A596

Color information

#D8A596 (or 0xD8A596) is unknown color: approx Rose. HEX triplet: D8, A5 and 96. RGB value is (216,165,150). Sum of RGB (Red+Green+Blue) = 216+165+150=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 165 (64.84% from 255 or 31.07% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A596 is #275A69. Grayscale: #B2B2B2. Windows color (decimal): -2579050 or 9872856. OLE color: 9872856.

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

Color convert

RGB216165150-
CMYK00.240.310.15
HSL13.64º45.83%71.76%-
HSV(B)13.64º30.56%84.71%-
XYZ47.2843.7134.8-
YUV178.54111.9154.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 165 (64.84% from 255) = 31.07%
BLUE value IS 150 (58.98% from 255) = 28.25%
R=40.68%
G=31.07%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616515000.240.310.1513.6445.8371.76
HexD8A5960181FFe2e48
Octal33024522603037171656110
Binary11011000101001011001011001100011111111111101011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A596; }

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

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

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

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

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

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

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

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