#D9A090

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

Shades of Rose #D9A090

Tints of Rose #D9A090

Color information

#D9A090 (or 0xD9A090) is unknown color: approx Rose. HEX triplet: D9, A0 and 90. RGB value is (217,160,144). Sum of RGB (Red+Green+Blue) = 217+160+144=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 144 (56.64% from 255 or 27.64% from 521); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9A090 is #265F6F. Grayscale: #AFAFAF. Windows color (decimal): -2514800 or 9478361. OLE color: 9478361.

HSL color Cylindrical-coordinate representation of color #D9A090: hue angle of 13.15º 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 #D9A090 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB217160144-
CMYK00.260.340.15
HSL13.15º48.99%70.78%-
HSV(B)13.15º33.64%85.1%-
XYZ46.2241.9132.04-
YUV175.22110.38157.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.65%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 144 (56.64% from 255) = 27.64%
R=41.65%
G=30.71%
B=27.64%

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
Decimal21716014400.260.340.1513.1548.9970.78
HexD9A09001A22Fd3147
Octal33124022003242171561107
Binary110110011010000010010000011010100010111111011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A090; }

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

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

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

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

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

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

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

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