#D8A295

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

Shades of Rose #D8A295

Tints of Rose #D8A295

Color information

#D8A295 (or 0xD8A295) is unknown color: approx Rose. HEX triplet: D8, A2 and 95. RGB value is (216,162,149). Sum of RGB (Red+Green+Blue) = 216+162+149=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A295 is #275D6A. Grayscale: #B0B0B0. Windows color (decimal): -2579819 or 9806552. OLE color: 9806552.

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

Color convert

RGB216162149-
CMYK00.250.310.15
HSL11.64º46.21%71.57%-
HSV(B)11.64º31.02%84.71%-
XYZ46.6642.6134.2-
YUV176.66112.39156.06-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.99%
GREEN value IS 162 (63.67% from 255) = 30.74%
BLUE value IS 149 (58.59% from 255) = 28.27%
R=40.99%
G=30.74%
B=28.27%

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
Decimal21616214900.250.310.1511.6446.2171.57
HexD8A2950191FFc2e48
Octal33024222503137171456110
Binary11011000101000101001010101100111111111111001011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A295; }

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

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

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

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

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

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

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

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