#D49F99

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

Shades of Rose #D49F99

Tints of Rose #D49F99

Color information

#D49F99 (or 0xD49F99) is unknown color: approx Rose. HEX triplet: D4, 9F and 99. RGB value is (212,159,153). Sum of RGB (Red+Green+Blue) = 212+159+153=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 159 (62.5% from 255 or 30.34% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49F99 is #2B6066. Grayscale: #AEAEAE. Windows color (decimal): -2842727 or 10067924. OLE color: 10067924.

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

Color convert

RGB212159153-
CMYK00.250.280.17
HSL6.1º40.69%71.57%-
HSV(B)6.1º27.83%83.14%-
XYZ45.341.0935.68-
YUV174.16116.06154.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.46%
GREEN value IS 159 (62.5% from 255) = 30.34%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=40.46%
G=30.34%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215915300.250.280.176.140.6971.57
HexD49F990191C1162948
Octal3242372310313421651110
Binary11010100100111111001100101100111100100011101010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49F99; }

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

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

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

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

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

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

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

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