#DCA790

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

Shades of Rose #DCA790

Tints of Rose #DCA790

Color information

#DCA790 (or 0xDCA790) is unknown color: approx Rose. HEX triplet: DC, A7 and 90. RGB value is (220,167,144). Sum of RGB (Red+Green+Blue) = 220+167+144=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA790 is #23586F. Grayscale: #B4B4B4. Windows color (decimal): -2316400 or 9480156. OLE color: 9480156.

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

Color convert

RGB220167144-
CMYK00.240.350.14
HSL18.16º52.05%71.37%-
HSV(B)18.16º34.55%86.27%-
XYZ48.3744.8732.5-
YUV180.22107.56156.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 167 (65.62% from 255) = 31.45%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=41.43%
G=31.45%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016714400.240.350.1418.1652.0571.37
HexDCA79001823E123447
Octal33424722003043162264107
Binary1101110010100111100100000110001000111110100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA790; }

 p { color: rgb(220,167,144); }

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

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

 a { background-color: rgb(220,167,144); }

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

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

 span { border-color: rgb(220,167,144); }

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