Html Css Color HEX #DC5046 Valencia

📋 copy color: '#DC5046'

red 220 ◦ green 80 ◦ blue 70

#DC5046
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Valencia #DC5046

Tints of Valencia #DC5046

RGB

 RED value IS 220 (86.33% from 255) = 59.46%

 GREEN value IS 80 (31.64% from 255) = 21.62%

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 59.46%
G = 21.62%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC5046 (or 0xDC5046) is known color: Valencia. HEX triplet: DC, 50 and 46. RGB value is (220,80,70). Sum of RGB (Red+Green+Blue) = 220+80+70=370 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.46% from 370); Green value is 80 (31.64% from 255 or 21.62% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5046 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5046 is #23AFB9. Grayscale: #787878. Windows color (decimal): -2338746 or 4608220. OLE color: 4608220.

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

Color convert

RGB 220 80 70 -
CMYK 0 0.64 0.68 0.14
HSL 0.68% 0.57% -
HSV(B) 0.68% 0.86% -
XYZ 33.49 21.4 8.16 -
YUV 120.72 99.38 198.81 -
System Red Green Blue C M Y K H S L
Decimal 220 80 70 0 0.64 0.68 0.14 4 0.68 0.57
Hex DC 50 46 0 40 44 E 4 44 39
Octal 334 120 106 0 100 104 16 4 104 71
Binary 11011100 1010000 1000110 0 1000000 1000100 1110 100 1000100 111001

Color Harmonies of #DC5046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5046

Black with #DC5046

Text Example


Text Example

White with #DC5046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5046; }

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

 H1.HeaderClassName
 {
   color: #DC5046;
 }
 .AnyTagClassName
 {
   color: #DC5046;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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