#D09A8D

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

Shades of Rose #D09A8D

Tints of Rose #D09A8D

Color information

#D09A8D (or 0xD09A8D) is unknown color: approx Rose. HEX triplet: D0, 9A and 8D. RGB value is (208,154,141). Sum of RGB (Red+Green+Blue) = 208+154+141=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 154 (60.55% from 255 or 30.62% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09A8D is #2F6572. Grayscale: #A8A8A8. Windows color (decimal): -3106163 or 9280208. OLE color: 9280208.

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

Color convert

RGB208154141-
CMYK00.260.320.18
HSL11.64º41.61%68.43%-
HSV(B)11.64º32.21%81.57%-
XYZ42.3838.4430.39-
YUV168.66112.39156.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 154 (60.55% from 255) = 30.62%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=41.35%
G=30.62%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815414100.260.320.1811.6441.6168.43
HexD09A8D01A2012c2a44
Octal32023221503240221452104
Binary1101000010011010100011010110101000001001011001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09A8D; }

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

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

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

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

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

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

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

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