#D09E8D

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

Shades of Rose #D09E8D

Tints of Rose #D09E8D

Color information

#D09E8D (or 0xD09E8D) is unknown color: approx Rose. HEX triplet: D0, 9E and 8D. RGB value is (208,158,141). Sum of RGB (Red+Green+Blue) = 208+158+141=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D09E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09E8D is #2F6172. Grayscale: #ABABAB. Windows color (decimal): -3105139 or 9281232. OLE color: 9281232.

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

Color convert

RGB208158141-
CMYK00.240.320.18
HSL15.22º41.61%68.43%-
HSV(B)15.22º32.21%81.57%-
XYZ43.0539.7930.61-
YUV171.01111.06154.38-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 158 (62.11% from 255) = 31.16%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=41.03%
G=31.16%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815814100.240.320.1815.2241.6168.43
HexD09E8D0182012f2a44
Octal32023621503040221752104
Binary1101000010011110100011010110001000001001011111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09E8D; }

 p { color: rgb(208,158,141); }

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

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

 a { background-color: rgb(208,158,141); }

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

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

 span { border-color: rgb(208,158,141); }

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