#D9A19C

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

Shades of Rose #D9A19C

Tints of Rose #D9A19C

Color information

#D9A19C (or 0xD9A19C) is unknown color: approx Rose. HEX triplet: D9, A1 and 9C. RGB value is (217,161,156). Sum of RGB (Red+Green+Blue) = 217+161+156=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A19C is #265E63. Grayscale: #B1B1B1. Windows color (decimal): -2514532 or 10265049. OLE color: 10265049.

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

Color convert

RGB217161156-
CMYK00.260.280.15
HSL4.92º44.53%73.14%-
HSV(B)4.92º28.11%85.1%-
XYZ47.3642.6437.19-
YUV177.17116.05156.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.64%
GREEN value IS 161 (63.28% from 255) = 30.15%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=40.64%
G=30.15%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716115600.260.280.154.9244.5373.14
HexD9A19C01A1CF52d49
Octal3312412340323417555111
Binary1101100110100001100111000110101110011111011011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A19C; }

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

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

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

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

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

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

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

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