Html Css Color HEX #DC5743 Valencia

📋 copy color: '#DC5743'

red 220 ◦ green 87 ◦ blue 67

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

Shades of Valencia #DC5743

Tints of Valencia #DC5743

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.26%

 BLUE value IS 67 (26.56% from 255) = 17.91%

R = 58.82%
G = 23.26%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DC5743 (or 0xDC5743) is known color: Valencia. HEX triplet: DC, 57 and 43. RGB value is (220,87,67). Sum of RGB (Red+Green+Blue) = 220+87+67=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5743 is #23A8BC. Grayscale: #7C7C7C. Windows color (decimal): -2336957 or 4413404. OLE color: 4413404.

HSL color Cylindrical-coordinate representation of color #DC5743: hue angle of 7.84º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DC5743 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 87 67 -
CMYK 0 0.60 0.70 0.14
HSL 7.84º 0.69% 0.56% -
HSV(B) 7.84º 0.7% 0.86% -
XYZ 33.94 22.44 7.85 -
YUV 124.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 220 87 67 0 0.60 0.70 0.14 7.84 0.69 0.56
Hex DC 57 43 0 3C 46 E 8 45 38
Octal 334 127 103 0 74 106 16 10 105 70
Binary 11011100 1010111 1000011 0 111100 1000110 1110 1000 1000101 111000

Color Harmonies of #DC5743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5743

Black with #DC5743

Text Example


Text Example

White with #DC5743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5743; }

 p { color: rgb(220,87,67); }

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

background-color css

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

 a { background-color: rgb(220,87,67); }

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

border-color css

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

 span { border-color: rgb(220,87,67); }

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