#D09D92

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

Shades of Rose #D09D92

Tints of Rose #D09D92

Color information

#D09D92 (or 0xD09D92) is unknown color: approx Rose. HEX triplet: D0, 9D and 92. RGB value is (208,157,146). Sum of RGB (Red+Green+Blue) = 208+157+146=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D09D92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09D92 is #2F626D. Grayscale: #ABABAB. Windows color (decimal): -3105390 or 9608656. OLE color: 9608656.

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

Color convert

RGB208157146-
CMYK00.250.300.18
HSL10.65º39.74%69.41%-
HSV(B)10.65º29.81%81.57%-
XYZ43.2639.632.56-
YUV171113.9154.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=40.70%
G=30.72%
B=28.57%

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
Decimal20815714600.250.300.1810.6539.7469.41
HexD09D920191E12b2845
Octal32023522203136221350105
Binary110100001001110110010010011001111101001010111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09D92; }

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

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

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

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

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

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

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

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