#DCA091

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

Shades of Rose #DCA091

Tints of Rose #DCA091

Color information

#DCA091 (or 0xDCA091) is unknown color: approx Rose. HEX triplet: DC, A0 and 91. RGB value is (220,160,145). Sum of RGB (Red+Green+Blue) = 220+160+145=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA091 is #235F6E. Grayscale: #B0B0B0. Windows color (decimal): -2318191 or 9543900. OLE color: 9543900.

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

Color convert

RGB220160145-
CMYK00.270.340.14
HSL12º51.72%71.57%-
HSV(B)12º34.09%86.27%-
XYZ47.242.432.48-
YUV176.23110.38159.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.90%
GREEN value IS 160 (62.89% from 255) = 30.48%
BLUE value IS 145 (57.03% from 255) = 27.62%
R=41.90%
G=30.48%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016014500.270.340.141251.7271.57
HexDCA09101B22Ec3448
Octal33424022103342161464110
Binary110111001010000010010001011011100010111011001101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA091; }

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

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

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

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

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

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

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

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