#DCA891

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

Shades of Rose #DCA891

Tints of Rose #DCA891

Color information

#DCA891 (or 0xDCA891) is unknown color: approx Rose. HEX triplet: DC, A8 and 91. RGB value is (220,168,145). Sum of RGB (Red+Green+Blue) = 220+168+145=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 168 (66.02% from 255 or 31.52% from 533); Blue value is 145 (57.03% from 255 or 27.20% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA891 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA891 is #23576E. Grayscale: #B5B5B5. Windows color (decimal): -2316143 or 9545948. OLE color: 9545948.

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

Color convert

RGB220168145-
CMYK00.240.340.14
HSL18.4º51.72%71.57%-
HSV(B)18.4º34.09%86.27%-
XYZ48.6345.2732.96-
YUV180.93107.73155.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.28%
GREEN value IS 168 (66.02% from 255) = 31.52%
BLUE value IS 145 (57.03% from 255) = 27.20%
R=41.28%
G=31.52%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016814500.240.340.1418.451.7271.57
HexDCA89101822E123448
Octal33425022103042162264110
Binary1101110010101000100100010110001000101110100101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA891; }

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

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

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

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

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

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

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

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