#D8A08A

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

Shades of Rose #D8A08A

Tints of Rose #D8A08A

Color information

#D8A08A (or 0xD8A08A) is unknown color: approx Rose. HEX triplet: D8, A0 and 8A. RGB value is (216,160,138). Sum of RGB (Red+Green+Blue) = 216+160+138=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 160 (62.89% from 255 or 31.13% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A08A is #275F75. Grayscale: #AEAEAE. Windows color (decimal): -2580342 or 9085144. OLE color: 9085144.

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

Color convert

RGB216160138-
CMYK00.260.360.15
HSL16.92º50%69.41%-
HSV(B)16.92º36.11%84.71%-
XYZ45.4841.5829.67-
YUV174.24107.55157.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 42.02%
GREEN value IS 160 (62.89% from 255) = 31.13%
BLUE value IS 138 (54.30% from 255) = 26.85%
R=42.02%
G=31.13%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616013800.260.360.1516.925069.41
HexD8A08A01A24F113245
Octal33024021203244172162105
Binary1101100010100000100010100110101001001111100011100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A08A; }

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

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

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

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

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

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

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

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