#DCA095

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

Shades of Rose #DCA095

Tints of Rose #DCA095

Color information

#DCA095 (or 0xDCA095) is unknown color: approx Rose. HEX triplet: DC, A0 and 95. RGB value is (220,160,149). Sum of RGB (Red+Green+Blue) = 220+160+149=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 160 (62.89% from 255 or 30.25% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA095 is #235F6A. Grayscale: #B0B0B0. Windows color (decimal): -2318187 or 9806044. OLE color: 9806044.

HSL color Cylindrical-coordinate representation of color #DCA095: hue angle of 9.3º 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 #DCA095 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB220160149-
CMYK00.270.320.14
HSL9.3º50.35%72.35%-
HSV(B)9.3º32.27%86.27%-
XYZ47.5142.5334.14-
YUV176.69112.38158.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.59%
GREEN value IS 160 (62.89% from 255) = 30.25%
BLUE value IS 149 (58.59% from 255) = 28.17%
R=41.59%
G=30.25%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016014900.270.320.149.350.3572.35
HexDCA09501B20E93248
Octal33424022503340161162110
Binary110111001010000010010101011011100000111010011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA095; }

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

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

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

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

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

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

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

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