#D49F89

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

Shades of Rose #D49F89

Tints of Rose #D49F89

Color information

#D49F89 (or 0xD49F89) is unknown color: approx Rose. HEX triplet: D4, 9F and 89. RGB value is (212,159,137). Sum of RGB (Red+Green+Blue) = 212+159+137=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 137 (53.91% from 255 or 26.97% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49F89 is #2B6076. Grayscale: #ACACAC. Windows color (decimal): -2842743 or 9019348. OLE color: 9019348.

HSL color Cylindrical-coordinate representation of color #D49F89: hue angle of 17.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D49F89 is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB212159137-
CMYK00.250.350.17
HSL17.6º46.58%68.43%-
HSV(B)17.6º35.38%83.14%-
XYZ44.0640.629.18-
YUV172.34108.06156.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.73%
GREEN value IS 159 (62.5% from 255) = 31.30%
BLUE value IS 137 (53.91% from 255) = 26.97%
R=41.73%
G=31.30%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215913700.250.350.1717.646.5868.43
HexD49F890192311122f44
Octal32423721103143212257104
Binary11010100100111111000100101100110001110001100101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49F89; }

 p { color: rgb(212,159,137); }

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

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

 a { background-color: rgb(212,159,137); }

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

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

 span { border-color: rgb(212,159,137); }

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