#DCA890

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

Shades of Rose #DCA890

Tints of Rose #DCA890

Color information

#DCA890 (or 0xDCA890) is unknown color: approx Rose. HEX triplet: DC, A8 and 90. RGB value is (220,168,144). Sum of RGB (Red+Green+Blue) = 220+168+144=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA890 is #23576F. Grayscale: #B4B4B4. Windows color (decimal): -2316144 or 9480412. OLE color: 9480412.

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

Color convert

RGB220168144-
CMYK00.240.350.14
HSL18.95º52.05%71.37%-
HSV(B)18.95º34.55%86.27%-
XYZ48.5545.2332.56-
YUV180.81107.23155.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.35%
GREEN value IS 168 (66.02% from 255) = 31.58%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=41.35%
G=31.58%
B=27.07%

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
Decimal22016814400.240.350.1418.9552.0571.37
HexDCA89001823E133447
Octal33425022003043162364107
Binary1101110010101000100100000110001000111110100111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA890; }

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

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

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

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

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

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

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

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