#D9A092

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

Shades of Rose #D9A092

Tints of Rose #D9A092

Color information

#D9A092 (or 0xD9A092) is unknown color: approx Rose. HEX triplet: D9, A0 and 92. RGB value is (217,160,146). Sum of RGB (Red+Green+Blue) = 217+160+146=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 146 (57.42% from 255 or 27.92% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A092 is #265F6D. Grayscale: #AFAFAF. Windows color (decimal): -2514798 or 9609433. OLE color: 9609433.

HSL color Cylindrical-coordinate representation of color #D9A092: hue angle of 11.83º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9A092 is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB217160146-
CMYK00.260.330.15
HSL11.83º48.3%71.18%-
HSV(B)11.83º32.72%85.1%-
XYZ46.3741.9732.85-
YUV175.45111.38157.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 146 (57.42% from 255) = 27.92%
R=41.49%
G=30.59%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716014600.260.330.1511.8348.371.18
HexD9A09201A21Fc3047
Octal33124022203241171460107
Binary110110011010000010010010011010100001111111001100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A092; }

 p { color: rgb(217,160,146); }

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

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

 a { background-color: rgb(217,160,146); }

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

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

 span { border-color: rgb(217,160,146); }

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