#D7A099

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

Shades of Rose #D7A099

Tints of Rose #D7A099

Color information

#D7A099 (or 0xD7A099) is unknown color: approx Rose. HEX triplet: D7, A0 and 99. RGB value is (215,160,153). Sum of RGB (Red+Green+Blue) = 215+160+153=528 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.72% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A099 is #285F66. Grayscale: #AFAFAF. Windows color (decimal): -2645863 or 10068183. OLE color: 10068183.

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

Color convert

RGB215160153-
CMYK00.260.290.16
HSL6.77º43.66%72.16%-
HSV(B)6.77º28.84%84.31%-
XYZ46.3441.8935.78-
YUV175.65115.22156.07-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.72%
GREEN value IS 160 (62.89% from 255) = 30.30%
BLUE value IS 153 (60.16% from 255) = 28.98%
R=40.72%
G=30.30%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21516015300.260.290.166.7743.6672.16
HexD7A09901A1D1072c48
Octal3272402310323520754110
Binary11010111101000001001100101101011101100001111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7A099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7A099; }

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

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

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

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

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

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

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

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