#DCA895

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

Shades of Rose #DCA895

Tints of Rose #DCA895

Color information

#DCA895 (or 0xDCA895) is unknown color: approx Rose. HEX triplet: DC, A8 and 95. RGB value is (220,168,149). Sum of RGB (Red+Green+Blue) = 220+168+149=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 168 (66.02% from 255 or 31.28% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA895 is #23576A. Grayscale: #B5B5B5. Windows color (decimal): -2316139 or 9808092. OLE color: 9808092.

HSL color Cylindrical-coordinate representation of color #DCA895: hue angle of 16.06º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCA895 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220168149-
CMYK00.240.320.14
HSL16.06º50.35%72.35%-
HSV(B)16.06º32.27%86.27%-
XYZ48.9445.3934.62-
YUV181.38109.73155.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 168 (66.02% from 255) = 31.28%
BLUE value IS 149 (58.59% from 255) = 27.75%
R=40.97%
G=31.28%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016814900.240.320.1416.0650.3572.35
HexDCA89501820E103248
Octal33425022503040162062110
Binary1101110010101000100101010110001000001110100001100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA895; }

 p { color: rgb(220,168,149); }

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

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

 a { background-color: rgb(220,168,149); }

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

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

 span { border-color: rgb(220,168,149); }

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