#DCA391

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

Shades of Rose #DCA391

Tints of Rose #DCA391

Color information

#DCA391 (or 0xDCA391) is unknown color: approx Rose. HEX triplet: DC, A3 and 91. RGB value is (220,163,145). Sum of RGB (Red+Green+Blue) = 220+163+145=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 163 (64.06% from 255 or 30.87% from 528); Blue value is 145 (57.03% from 255 or 27.46% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA391 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA391 is #235C6E. Grayscale: #B2B2B2. Windows color (decimal): -2317423 or 9544668. OLE color: 9544668.

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

Color convert

RGB220163145-
CMYK00.260.340.14
HSL14.4º51.72%71.57%-
HSV(B)14.4º34.09%86.27%-
XYZ47.7243.4532.66-
YUV177.99109.38157.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 163 (64.06% from 255) = 30.87%
BLUE value IS 145 (57.03% from 255) = 27.46%
R=41.67%
G=30.87%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016314500.260.340.1414.451.7271.57
HexDCA39101A22Ee3448
Octal33424322103242161664110
Binary110111001010001110010001011010100010111011101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA391; }

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

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

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

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

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

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

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

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