#DCA093

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

Shades of Rose #DCA093

Tints of Rose #DCA093

Color information

#DCA093 (or 0xDCA093) is unknown color: approx Rose. HEX triplet: DC, A0 and 93. RGB value is (220,160,147). Sum of RGB (Red+Green+Blue) = 220+160+147=527 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.75% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA093 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA093 is #235F6C. Grayscale: #B0B0B0. Windows color (decimal): -2318189 or 9674972. OLE color: 9674972.

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

Color convert

RGB220160147-
CMYK00.270.330.14
HSL10.68º51.05%71.96%-
HSV(B)10.68º33.18%86.27%-
XYZ47.3542.4633.3-
YUV176.46111.38159.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.75%
GREEN value IS 160 (62.89% from 255) = 30.36%
BLUE value IS 147 (57.81% from 255) = 27.89%
R=41.75%
G=30.36%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016014700.270.330.1410.6851.0571.96
HexDCA09301B21Eb3348
Octal33424022303341161363110
Binary110111001010000010010011011011100001111010111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA093; }

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

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

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

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

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

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

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

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