#D8A08E

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

Shades of Rose #D8A08E

Tints of Rose #D8A08E

Color information

#D8A08E (or 0xD8A08E) is unknown color: approx Rose. HEX triplet: D8, A0 and 8E. RGB value is (216,160,142). Sum of RGB (Red+Green+Blue) = 216+160+142=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 160 (62.89% from 255 or 30.89% from 518); Blue value is 142 (55.86% from 255 or 27.41% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A08E is #275F71. Grayscale: #AEAEAE. Windows color (decimal): -2580338 or 9347288. OLE color: 9347288.

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

Color convert

RGB216160142-
CMYK00.260.340.15
HSL14.59º48.68%70.2%-
HSV(B)14.59º34.26%84.71%-
XYZ45.7741.6931.23-
YUV174.69109.55157.46-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.70%
GREEN value IS 160 (62.89% from 255) = 30.89%
BLUE value IS 142 (55.86% from 255) = 27.41%
R=41.70%
G=30.89%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616014200.260.340.1514.5948.6870.2
HexD8A08E01A22Ff3146
Octal33024021603242171761106
Binary110110001010000010001110011010100010111111111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A08E; }

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

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

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

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

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

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

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

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