#D09D94

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

Shades of Rose #D09D94

Tints of Rose #D09D94

Color information

#D09D94 (or 0xD09D94) is unknown color: approx Rose. HEX triplet: D0, 9D and 94. RGB value is (208,157,148). Sum of RGB (Red+Green+Blue) = 208+157+148=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D94 is #2F626B. Grayscale: #ABABAB. Windows color (decimal): -3105388 or 9739728. OLE color: 9739728.

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

Color convert

RGB208157148-
CMYK00.250.290.18
HSL38.96%69.8%-
HSV(B)28.85%81.57%-
XYZ43.4139.6633.38-
YUV171.22114.9154.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 157 (61.72% from 255) = 30.60%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=40.55%
G=30.60%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815714800.250.290.18938.9669.8
HexD09D940191D1292746
Octal32023522403135221147106
Binary110100001001110110010100011001111011001010011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09D94; }

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

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

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

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

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

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

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

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