#D49D97

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

Shades of Rose #D49D97

Tints of Rose #D49D97

Color information

#D49D97 (or 0xD49D97) is unknown color: approx Rose. HEX triplet: D4, 9D and 97. RGB value is (212,157,151). Sum of RGB (Red+Green+Blue) = 212+157+151=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49D97 is #2B6268. Grayscale: #ACACAC. Windows color (decimal): -2843241 or 9936340. OLE color: 9936340.

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

Color convert

RGB212157151-
CMYK00.260.290.17
HSL5.9º41.5%71.18%-
HSV(B)5.9º28.77%83.14%-
XYZ44.7940.3534.7-
YUV172.76115.72155.99-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=40.77%
G=30.19%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215715100.260.290.175.941.571.18
HexD49D9701A1D1162947
Octal3242352270323521651107
Binary11010100100111011001011101101011101100011101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49D97; }

 p { color: rgb(212,157,151); }

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

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

 a { background-color: rgb(212,157,151); }

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

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

 span { border-color: rgb(212,157,151); }

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