Html Css Color HEX #DC5646 Valencia

📋 copy color: '#DC5646'

red 220 ◦ green 86 ◦ blue 70

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

Shades of Valencia #DC5646

Tints of Valencia #DC5646

RGB

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

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

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

R = 58.51%
G = 22.87%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC5646 (or 0xDC5646) is known color: Valencia. HEX triplet: DC, 56 and 46. RGB value is (220,86,70). Sum of RGB (Red+Green+Blue) = 220+86+70=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 70 (27.73% from 255 or 18.62% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5646 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5646 is #23A9B9. Grayscale: #7C7C7C. Windows color (decimal): -2337210 or 4609756. OLE color: 4609756.

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

Color convert

RGB 220 86 70 -
CMYK 0 0.61 0.68 0.14
HSL 6.4º 0.68% 0.57% -
HSV(B) 6.4º 0.68% 0.86% -
XYZ 33.95 22.31 8.31 -
YUV 124.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 220 86 70 0 0.61 0.68 0.14 6.4 0.68 0.57
Hex DC 56 46 0 3D 44 E 6 44 39
Octal 334 126 106 0 75 104 16 6 104 71
Binary 11011100 1010110 1000110 0 111101 1000100 1110 110 1000100 111001

Color Harmonies of #DC5646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5646

Black with #DC5646

Text Example


Text Example

White with #DC5646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5646; }

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

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

background-color css

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

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

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

border-color css

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

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

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