#DCA394

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

Shades of Rose #DCA394

Tints of Rose #DCA394

Color information

#DCA394 (or 0xDCA394) is unknown color: approx Rose. HEX triplet: DC, A3 and 94. RGB value is (220,163,148). Sum of RGB (Red+Green+Blue) = 220+163+148=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 148 (58.20% from 255 or 27.87% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA394 is #235C6B. Grayscale: #B2B2B2. Windows color (decimal): -2317420 or 9741276. OLE color: 9741276.

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

Color convert

RGB220163148-
CMYK00.260.330.14
HSL12.5º50.7%72.16%-
HSV(B)12.5º32.73%86.27%-
XYZ47.9643.5533.89-
YUV178.33110.88157.72-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 148 (58.20% from 255) = 27.87%
R=41.43%
G=30.70%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016314800.260.330.1412.550.772.16
HexDCA39401A21Ed3348
Octal33424322403241161563110
Binary110111001010001110010100011010100001111011011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA394; }

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

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

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

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

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

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

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

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