#D9A098

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

Shades of Rose #D9A098

Tints of Rose #D9A098

Color information

#D9A098 (or 0xD9A098) is unknown color: approx Rose. HEX triplet: D9, A0 and 98. RGB value is (217,160,152). Sum of RGB (Red+Green+Blue) = 217+160+152=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 152 (59.77% from 255 or 28.73% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A098 is #265F67. Grayscale: #B0B0B0. Windows color (decimal): -2514792 or 10002649. OLE color: 10002649.

HSL color Cylindrical-coordinate representation of color #D9A098: hue angle of 7.38º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9A098 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB217160152-
CMYK00.260.300.15
HSL7.38º46.1%72.35%-
HSV(B)7.38º29.95%85.1%-
XYZ46.8542.1635.37-
YUV176.13114.38157.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 152 (59.77% from 255) = 28.73%
R=41.02%
G=30.25%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716015200.260.300.157.3846.172.35
HexD9A09801A1EF72e48
Octal3312402300323617756110
Binary1101100110100000100110000110101111011111111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A098; }

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

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

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

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

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

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

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

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