#DCA490

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

Shades of Rose #DCA490

Tints of Rose #DCA490

Color information

#DCA490 (or 0xDCA490) is unknown color: approx Rose. HEX triplet: DC, A4 and 90. RGB value is (220,164,144). Sum of RGB (Red+Green+Blue) = 220+164+144=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 164 (64.45% from 255 or 31.06% from 528); Blue value is 144 (56.64% from 255 or 27.27% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA490 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA490 is #235B6F. Grayscale: #B2B2B2. Windows color (decimal): -2317168 or 9479388. OLE color: 9479388.

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

Color convert

RGB220164144-
CMYK00.250.350.14
HSL15.79º52.05%71.37%-
HSV(B)15.79º34.55%86.27%-
XYZ47.8243.7832.32-
YUV178.46108.55157.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.67%
GREEN value IS 164 (64.45% from 255) = 31.06%
BLUE value IS 144 (56.64% from 255) = 27.27%
R=41.67%
G=31.06%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22016414400.250.350.1415.7952.0571.37
HexDCA49001923E103447
Octal33424422003143162064107
Binary1101110010100100100100000110011000111110100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCA490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCA490; }

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

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

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

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

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

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

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

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