#D09F91

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

Shades of Rose #D09F91

Tints of Rose #D09F91

Color information

#D09F91 (or 0xD09F91) is unknown color: approx Rose. HEX triplet: D0, 9F and 91. RGB value is (208,159,145). Sum of RGB (Red+Green+Blue) = 208+159+145=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09F91 is #2F606E. Grayscale: #ACACAC. Windows color (decimal): -3104879 or 9543632. OLE color: 9543632.

HSL color Cylindrical-coordinate representation of color #D09F91: hue angle of 13.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D09F91 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208159145-
CMYK00.240.300.18
HSL13.33º40.13%69.22%-
HSV(B)13.33º30.29%81.57%-
XYZ43.5240.2532.26-
YUV172.06112.73153.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.62%
GREEN value IS 159 (62.5% from 255) = 31.05%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=40.62%
G=31.05%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815914500.240.300.1813.3340.1369.22
HexD09F910181E12d2845
Octal32023722103036221550105
Binary110100001001111110010001011000111101001011011010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09F91; }

 p { color: rgb(208,159,145); }

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

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

 a { background-color: rgb(208,159,145); }

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

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

 span { border-color: rgb(208,159,145); }

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