#D9A199

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

Shades of Rose #D9A199

Tints of Rose #D9A199

Color information

#D9A199 (or 0xD9A199) is unknown color: approx Rose. HEX triplet: D9, A1 and 99. RGB value is (217,161,153). Sum of RGB (Red+Green+Blue) = 217+161+153=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 161 (63.28% from 255 or 30.32% from 531); Blue value is 153 (60.16% from 255 or 28.81% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A199 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A199 is #265E66. Grayscale: #B0B0B0. Windows color (decimal): -2514535 or 10068441. OLE color: 10068441.

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

Color convert

RGB217161153-
CMYK00.260.290.15
HSL7.5º45.71%72.55%-
HSV(B)7.5º29.49%85.1%-
XYZ47.1142.5435.87-
YUV176.83114.55156.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.87%
GREEN value IS 161 (63.28% from 255) = 30.32%
BLUE value IS 153 (60.16% from 255) = 28.81%
R=40.87%
G=30.32%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716115300.260.290.157.545.7172.55
HexD9A19901A1DF82e49
Octal33124123103235171056111
Binary11011001101000011001100101101011101111110001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A199; }

 p { color: rgb(217,161,153); }

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

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

 a { background-color: rgb(217,161,153); }

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

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

 span { border-color: rgb(217,161,153); }

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