#DC5140

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

Shades of Valencia #DC5140

Tints of Valencia #DC5140

Color information

#DC5140 (or 0xDC5140) is unknown color: approx Valencia. HEX triplet: DC, 51 and 40. RGB value is (220,81,64). Sum of RGB (Red+Green+Blue) = 220+81+64=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5140 is #23AEBF. Grayscale: #787878. Windows color (decimal): -2338496 or 4215260. OLE color: 4215260.

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

Color convert

RGB2208164-
CMYK00.630.710.14
HSL6.54º69.03%55.69%-
HSV(B)6.54º70.91%86.27%-
XYZ33.3821.477.24-
YUV120.6296.05198.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.27%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 64 (25.39% from 255) = 17.53%
R=60.27%
G=22.19%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220816400.630.710.146.5469.0355.69
HexDC514003F47E74538
Octal33412110007710716710570
Binary11011100101000110000000111111100011111101111000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5140; }

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

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

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

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

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

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

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

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