#D8A794

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

Shades of Rose #D8A794

Tints of Rose #D8A794

Color information

#D8A794 (or 0xD8A794) is unknown color: approx Rose. HEX triplet: D8, A7 and 94. RGB value is (216,167,148). Sum of RGB (Red+Green+Blue) = 216+167+148=531 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.68% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A794 is #27586B. Grayscale: #B3B3B3. Windows color (decimal): -2578540 or 9742296. OLE color: 9742296.

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

Color convert

RGB216167148-
CMYK00.230.310.15
HSL16.76º46.58%71.37%-
HSV(B)16.76º31.48%84.71%-
XYZ47.4844.3734.08-
YUV179.48110.23154.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.68%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=40.68%
G=31.45%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616714800.230.310.1516.7646.5871.37
HexD8A7940171FF112f47
Octal33024722402737172157107
Binary110110001010011110010100010111111111111100011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A794; }

 p { color: rgb(216,167,148); }

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

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

 a { background-color: rgb(216,167,148); }

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

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

 span { border-color: rgb(216,167,148); }

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