#D8A09A

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

Shades of Rose #D8A09A

Tints of Rose #D8A09A

Color information

#D8A09A (or 0xD8A09A) is unknown color: approx Rose. HEX triplet: D8, A0 and 9A. RGB value is (216,160,154). Sum of RGB (Red+Green+Blue) = 216+160+154=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8A09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8A09A is #275F65. Grayscale: #B0B0B0. Windows color (decimal): -2580326 or 10133720. OLE color: 10133720.

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

Color convert

RGB216160154-
CMYK00.260.290.15
HSL5.81º44.29%72.55%-
HSV(B)5.81º28.7%84.71%-
XYZ46.7242.0736.23-
YUV176.06115.55156.49-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.75%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=40.75%
G=30.19%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21616015400.260.290.155.8144.2972.55
HexD8A09A01A1DF62c49
Octal3302402320323517654111
Binary1101100010100000100110100110101110111111101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8A09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8A09A; }

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

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

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

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

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

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

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

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