#D8A294

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

Shades of Rose #D8A294

Tints of Rose #D8A294

Color information

#D8A294 (or 0xD8A294) is unknown color: approx Rose. HEX triplet: D8, A2 and 94. RGB value is (216,162,148). Sum of RGB (Red+Green+Blue) = 216+162+148=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 162 (63.67% from 255 or 30.80% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A294 is #275D6B. Grayscale: #B0B0B0. Windows color (decimal): -2579820 or 9741016. OLE color: 9741016.

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

Color convert

RGB216162148-
CMYK00.250.310.15
HSL12.35º46.58%71.37%-
HSV(B)12.35º31.48%84.71%-
XYZ46.5842.5833.78-
YUV176.55111.89156.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.06%
GREEN value IS 162 (63.67% from 255) = 30.80%
BLUE value IS 148 (58.20% from 255) = 28.14%
R=41.06%
G=30.80%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616214800.250.310.1512.3546.5871.37
HexD8A2940191FFc2f47
Octal33024222403137171457107
Binary11011000101000101001010001100111111111111001011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A294; }

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

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

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

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

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

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

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

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