#D09D97

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

Shades of Rose #D09D97

Tints of Rose #D09D97

Color information

#D09D97 (or 0xD09D97) is unknown color: approx Rose. HEX triplet: D0, 9D and 97. RGB value is (208,157,151). Sum of RGB (Red+Green+Blue) = 208+157+151=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D97 is #2F6268. Grayscale: #ABABAB. Windows color (decimal): -3105385 or 9936336. OLE color: 9936336.

HSL color Cylindrical-coordinate representation of color #D09D97: hue angle of 6.32º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D09D97 is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB208157151-
CMYK00.250.270.18
HSL6.32º37.75%70.39%-
HSV(B)6.32º27.4%81.57%-
XYZ43.6639.7634.65-
YUV171.56116.4153.99-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.31%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=40.31%
G=30.43%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815715100.250.270.186.3237.7570.39
HexD09D970191B1262646
Octal3202352270313322646106
Binary11010000100111011001011101100111011100101101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09D97; }

 p { color: rgb(208,157,151); }

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

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

 a { background-color: rgb(208,157,151); }

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

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

 span { border-color: rgb(208,157,151); }

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