Html Css Color HEX #DC5943 Valencia

📋 copy color: '#DC5943'

red 220 ◦ green 89 ◦ blue 67

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

Shades of Valencia #DC5943

Tints of Valencia #DC5943

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.67%

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

R = 58.51%
G = 23.67%
B = 17.82%

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

#DC5943 (or 0xDC5943) is known color: Valencia. HEX triplet: DC, 59 and 43. RGB value is (220,89,67). Sum of RGB (Red+Green+Blue) = 220+89+67=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5943 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5943 is #23A6BC. Grayscale: #7D7D7D. Windows color (decimal): -2336445 or 4413916. OLE color: 4413916.

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

Color convert

RGB 220 89 67 -
CMYK 0 0.60 0.70 0.14
HSL 8.63º 0.69% 0.56% -
HSV(B) 8.63º 0.7% 0.86% -
XYZ 34.1 22.77 7.91 -
YUV 125.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 220 89 67 0 0.60 0.70 0.14 8.63 0.69 0.56
Hex DC 59 43 0 3C 46 E 9 45 38
Octal 334 131 103 0 74 106 16 11 105 70
Binary 11011100 1011001 1000011 0 111100 1000110 1110 1001 1000101 111000

Color Harmonies of #DC5943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5943

Black with #DC5943

Text Example


Text Example

White with #DC5943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5943; }

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

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

background-color css

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

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

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

border-color css

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

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

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