#DC4D46

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

Shades of Valencia #DC4D46

Tints of Valencia #DC4D46

Color information

#DC4D46 (or 0xDC4D46) is unknown color: approx Valencia. HEX triplet: DC, 4D and 46. RGB value is (220,77,70). Sum of RGB (Red+Green+Blue) = 220+77+70=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC4D46 is #23B2B9. Grayscale: #777777. Windows color (decimal): -2339514 or 4607452. OLE color: 4607452.

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

Color convert

RGB2207770-
CMYK00.650.680.14
HSL2.8º68.18%56.86%-
HSV(B)2.8º68.18%86.27%-
XYZ33.2720.978.09-
YUV118.96100.38200.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.95%
GREEN value IS 77 (30.47% from 255) = 20.98%
BLUE value IS 70 (27.73% from 255) = 19.07%
R=59.95%
G=20.98%
B=19.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220777000.650.680.142.868.1856.86
HexDC4D4604144E34439
Octal334115106010110416310471
Binary11011100100110110001100100000110001001110111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4D46; }

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

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

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

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

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

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

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

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