#DC5148

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

Shades of Valencia #DC5148

Tints of Valencia #DC5148

Color information

#DC5148 (or 0xDC5148) is unknown color: approx Valencia. HEX triplet: DC, 51 and 48. RGB value is (220,81,72). Sum of RGB (Red+Green+Blue) = 220+81+72=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5148 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5148 is #23AEB7. Grayscale: #797979. Windows color (decimal): -2338488 or 4739548. OLE color: 4739548.

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

Color convert

RGB2208172-
CMYK00.630.670.14
HSL3.65º67.89%57.25%-
HSV(B)3.65º67.27%86.27%-
XYZ33.6321.578.52-
YUV121.54100.05198.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.98%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 72 (28.52% from 255) = 19.30%
R=58.98%
G=21.72%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220817200.630.670.143.6567.8957.25
HexDC514803F43E44439
Octal33412111007710316410471
Binary11011100101000110010000111111100001111101001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5148; }

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

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

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

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

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

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

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

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