Html Css Color HEX #DC5650 Valencia

📋 copy color: '#DC5650'

red 220 ◦ green 86 ◦ blue 80

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

Shades of Valencia #DC5650

Tints of Valencia #DC5650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.28%

 BLUE value IS 80 (31.64% from 255) = 20.73%

R = 56.99%
G = 22.28%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC5650 (or 0xDC5650) is known color: Valencia. HEX triplet: DC, 56 and 50. RGB value is (220,86,80). Sum of RGB (Red+Green+Blue) = 220+86+80=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5650 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5650 is #23A9AF. Grayscale: #7D7D7D. Windows color (decimal): -2337200 or 5265116. OLE color: 5265116.

HSL color Cylindrical-coordinate representation of color #DC5650: hue angle of 2.57º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC5650 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 86 80 -
CMYK 0 0.61 0.64 0.14
HSL 2.57º 0.67% 0.59% -
HSV(B) 2.57º 0.64% 0.86% -
XYZ 34.29 22.45 10.12 -
YUV 125.38 102.39 195.49 -
System Red Green Blue C M Y K H S L
Decimal 220 86 80 0 0.61 0.64 0.14 2.57 0.67 0.59
Hex DC 56 50 0 3D 40 E 3 43 3B
Octal 334 126 120 0 75 100 16 3 103 73
Binary 11011100 1010110 1010000 0 111101 1000000 1110 11 1000011 111011

Color Harmonies of #DC5650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5650

Black with #DC5650

Text Example


Text Example

White with #DC5650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5650; }

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

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

background-color css

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

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

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

border-color css

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

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

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