#D8A08D

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

Shades of Rose #D8A08D

Tints of Rose #D8A08D

Color information

#D8A08D (or 0xD8A08D) is unknown color: approx Rose. HEX triplet: D8, A0 and 8D. RGB value is (216,160,141). Sum of RGB (Red+Green+Blue) = 216+160+141=517 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.78% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A08D is #275F72. Grayscale: #AEAEAE. Windows color (decimal): -2580339 or 9281752. OLE color: 9281752.

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

Color convert

RGB216160141-
CMYK00.260.350.15
HSL15.2º49.02%70%-
HSV(B)15.2º34.72%84.71%-
XYZ45.741.6630.83-
YUV174.58109.05157.54-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.78%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=41.78%
G=30.95%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616014100.260.350.1515.249.0270
HexD8A08D01A23Ff3146
Octal33024021503243171761106
Binary110110001010000010001101011010100011111111111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A08D; }

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

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

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

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

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

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

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

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