#D7A09B

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

Shades of Rose #D7A09B

Tints of Rose #D7A09B

Color information

#D7A09B (or 0xD7A09B) is unknown color: approx Rose. HEX triplet: D7, A0 and 9B. RGB value is (215,160,155). Sum of RGB (Red+Green+Blue) = 215+160+155=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A09B is #285F64. Grayscale: #AFAFAF. Windows color (decimal): -2645861 or 10199255. OLE color: 10199255.

HSL color Cylindrical-coordinate representation of color #D7A09B: hue angle of 5º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D7A09B is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB215160155-
CMYK00.260.280.16
HSL42.86%72.55%-
HSV(B)27.91%84.31%-
XYZ46.5141.9636.66-
YUV175.88116.22155.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.57%
GREEN value IS 160 (62.89% from 255) = 30.19%
BLUE value IS 155 (60.94% from 255) = 29.25%
R=40.57%
G=30.19%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516015500.260.280.16542.8672.55
HexD7A09B01A1C1052b49
Octal3272402330323420553111
Binary11010111101000001001101101101011100100001011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A09B; }

 p { color: rgb(215,160,155); }

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

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

 a { background-color: rgb(215,160,155); }

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

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

 span { border-color: rgb(215,160,155); }

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