#DC494C

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

Shades of Mandy #DC494C

Tints of Mandy #DC494C

Color information

#DC494C (or 0xDC494C) is unknown color: approx Mandy. HEX triplet: DC, 49 and 4C. RGB value is (220,73,76). Sum of RGB (Red+Green+Blue) = 220+73+76=369 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.62% from 369); Green value is 73 (28.91% from 255 or 19.78% from 369); Blue value is 76 (30.08% from 255 or 20.60% from 369); Max value from RGB is 220 - color contains mainly: red. Hex color #DC494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC494C is #23B6B3. Grayscale: #757575. Windows color (decimal): -2340532 or 4999644. OLE color: 4999644.

HSL color Cylindrical-coordinate representation of color #DC494C: hue angle of 358.78º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DC494C is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB2207376-
CMYK00.670.650.14
HSL358.78º67.74%57.45%-
HSV(B)358.78º66.82%86.27%-
XYZ33.220.59.04-
YUV117.3104.7201.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.62%
GREEN value IS 73 (28.91% from 255) = 19.78%
BLUE value IS 76 (30.08% from 255) = 20.60%
R=59.62%
G=19.78%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220737600.670.650.14358.7867.7457.45
HexDC494C04341E1674439
Octal33411111401031011654710471
Binary110111001001001100110001000011100000111101011001111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC494C; }

 p { color: rgb(220,73,76); }

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

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

 a { background-color: rgb(220,73,76); }

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

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

 span { border-color: rgb(220,73,76); }

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