#DCA49E

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

Shades of Rose #DCA49E

Tints of Rose #DCA49E

Color information

#DCA49E (or 0xDCA49E) is unknown color: approx Rose. HEX triplet: DC, A4 and 9E. RGB value is (220,164,158). Sum of RGB (Red+Green+Blue) = 220+164+158=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA49E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA49E is #235B61. Grayscale: #B4B4B4. Windows color (decimal): -2317154 or 10396892. OLE color: 10396892.

HSL color Cylindrical-coordinate representation of color #DCA49E: hue angle of 5.81º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCA49E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB220164158-
CMYK00.250.280.14
HSL5.81º46.97%74.12%-
HSV(B)5.81º28.18%86.27%-
XYZ48.9644.2438.31-
YUV180.06115.55156.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 164 (64.45% from 255) = 30.26%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=40.59%
G=30.26%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016415800.250.280.145.8146.9774.12
HexDCA49E0191CE62f4a
Octal3342442360313416657112
Binary1101110010100100100111100110011110011101101011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA49E; }

 p { color: rgb(220,164,158); }

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

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

 a { background-color: rgb(220,164,158); }

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

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

 span { border-color: rgb(220,164,158); }

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