#DC4A46

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

Shades of Valencia #DC4A46

Tints of Valencia #DC4A46

Color information

#DC4A46 (or 0xDC4A46) is unknown color: approx Valencia. HEX triplet: DC, 4A and 46. RGB value is (220,74,70). Sum of RGB (Red+Green+Blue) = 220+74+70=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 74 (29.30% from 255 or 20.33% from 364); Blue value is 70 (27.73% from 255 or 19.23% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4A46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4A46 is #23B5B9. Grayscale: #757575. Windows color (decimal): -2340282 or 4606684. OLE color: 4606684.

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

Color convert

RGB2207470-
CMYK00.660.680.14
HSL1.6º68.18%56.86%-
HSV(B)1.6º68.18%86.27%-
XYZ33.0720.568.02-
YUV117.2101.37201.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.44%
GREEN value IS 74 (29.30% from 255) = 20.33%
BLUE value IS 70 (27.73% from 255) = 19.23%
R=60.44%
G=20.33%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220747000.660.680.141.668.1856.86
HexDC4A4604244E24439
Octal334112106010210416210471
Binary11011100100101010001100100001010001001110101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4A46; }

 p { color: rgb(220,74,70); }

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

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

 a { background-color: rgb(220,74,70); }

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

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

 span { border-color: rgb(220,74,70); }

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