#D9A190

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

Shades of Rose #D9A190

Tints of Rose #D9A190

Color information

#D9A190 (or 0xD9A190) is unknown color: approx Rose. HEX triplet: D9, A1 and 90. RGB value is (217,161,144). Sum of RGB (Red+Green+Blue) = 217+161+144=522 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.57% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A190 is #265E6F. Grayscale: #AFAFAF. Windows color (decimal): -2514544 or 9478617. OLE color: 9478617.

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

Color convert

RGB217161144-
CMYK00.260.340.15
HSL13.97º48.99%70.78%-
HSV(B)13.97º33.64%85.1%-
XYZ46.3942.2632.1-
YUV175.81110.05157.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.57%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 144 (56.64% from 255) = 27.59%
R=41.57%
G=30.84%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716114400.260.340.1513.9748.9970.78
HexD9A19001A22Fe3147
Octal33124122003242171661107
Binary110110011010000110010000011010100010111111101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A190; }

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

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

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

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

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

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

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

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