#D09D91

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

Shades of Rose #D09D91

Tints of Rose #D09D91

Color information

#D09D91 (or 0xD09D91) is unknown color: approx Rose. HEX triplet: D0, 9D and 91. RGB value is (208,157,145). Sum of RGB (Red+Green+Blue) = 208+157+145=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D91 is #2F626E. Grayscale: #AAAAAA. Windows color (decimal): -3105391 or 9543120. OLE color: 9543120.

HSL color Cylindrical-coordinate representation of color #D09D91: hue angle of 11.43º 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 #D09D91 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB208157145-
CMYK00.250.300.18
HSL11.43º40.13%69.22%-
HSV(B)11.43º30.29%81.57%-
XYZ43.1839.5732.15-
YUV170.88113.4154.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.78%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 145 (57.03% from 255) = 28.43%
R=40.78%
G=30.78%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815714500.250.300.1811.4340.1369.22
HexD09D910191E12b2845
Octal32023522103136221350105
Binary110100001001110110010001011001111101001010111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09D91; }

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

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

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

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

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

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

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

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