#D09F8F

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

Shades of Rose #D09F8F

Tints of Rose #D09F8F

Color information

#D09F8F (or 0xD09F8F) is unknown color: approx Rose. HEX triplet: D0, 9F and 8F. RGB value is (208,159,143). Sum of RGB (Red+Green+Blue) = 208+159+143=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 143 (56.25% from 255 or 28.04% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D09F8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09F8F is #2F6070. Grayscale: #ABABAB. Windows color (decimal): -3104881 or 9412560. OLE color: 9412560.

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

Color convert

RGB208159143-
CMYK00.240.310.18
HSL14.77º40.88%68.82%-
HSV(B)14.77º31.25%81.57%-
XYZ43.3740.1931.46-
YUV171.83111.73153.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 143 (56.25% from 255) = 28.04%
R=40.78%
G=31.18%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815914300.240.310.1814.7740.8868.82
HexD09F8F0181F12f2945
Octal32023721703037221751105
Binary110100001001111110001111011000111111001011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09F8F; }

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

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

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

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

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

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

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

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