#DC5040

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

Shades of Valencia #DC5040

Tints of Valencia #DC5040

Color information

#DC5040 (or 0xDC5040) is unknown color: approx Valencia. HEX triplet: DC, 50 and 40. RGB value is (220,80,64). Sum of RGB (Red+Green+Blue) = 220+80+64=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 64 (25.39% from 255 or 17.58% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5040 is #23AFBF. Grayscale: #787878. Windows color (decimal): -2338752 or 4215004. OLE color: 4215004.

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

Color convert

RGB2208064-
CMYK00.640.710.14
HSL6.15º69.03%55.69%-
HSV(B)6.15º70.91%86.27%-
XYZ33.3121.327.21-
YUV120.0496.38199.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.44%
GREEN value IS 80 (31.64% from 255) = 21.98%
BLUE value IS 64 (25.39% from 255) = 17.58%
R=60.44%
G=21.98%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220806400.640.710.146.1569.0355.69
HexDC504004047E64538
Octal334120100010010716610570
Binary110111001010000100000001000000100011111101101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5040; }

 p { color: rgb(220,80,64); }

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

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

 a { background-color: rgb(220,80,64); }

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

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

 span { border-color: rgb(220,80,64); }

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