#D49E8D

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

Shades of Rose #D49E8D

Tints of Rose #D49E8D

Color information

#D49E8D (or 0xD49E8D) is unknown color: approx Rose. HEX triplet: D4, 9E and 8D. RGB value is (212,158,141). Sum of RGB (Red+Green+Blue) = 212+158+141=511 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.49% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49E8D is #2B6172. Grayscale: #ACACAC. Windows color (decimal): -2842995 or 9281236. OLE color: 9281236.

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

Color convert

RGB212158141-
CMYK00.250.330.17
HSL14.37º45.22%69.22%-
HSV(B)14.37º33.49%83.14%-
XYZ44.1940.3730.66-
YUV172.21110.39156.38-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 41.49%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=41.49%
G=30.92%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215814100.250.330.1714.3745.2269.22
HexD49E8D0192111e2d45
Octal32423621503141211655105
Binary1101010010011110100011010110011000011000111101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49E8D; }

 p { color: rgb(212,158,141); }

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

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

 a { background-color: rgb(212,158,141); }

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

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

 span { border-color: rgb(212,158,141); }

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