Html Css Color HEX #DC5746 Valencia

📋 copy color: '#DC5746'

red 220 ◦ green 87 ◦ blue 70

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

Shades of Valencia #DC5746

Tints of Valencia #DC5746

RGB

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

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

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

R = 58.36%
G = 23.08%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC5746 (or 0xDC5746) is known color: Valencia. HEX triplet: DC, 57 and 46. RGB value is (220,87,70). Sum of RGB (Red+Green+Blue) = 220+87+70=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 87 (34.38% from 255 or 23.08% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5746 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5746 is #23A8B9. Grayscale: #7D7D7D. Windows color (decimal): -2336954 or 4610012. OLE color: 4610012.

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

Color convert

RGB 220 87 70 -
CMYK 0 0.60 0.68 0.14
HSL 6.8º 0.68% 0.57% -
HSV(B) 6.8º 0.68% 0.86% -
XYZ 34.03 22.47 8.34 -
YUV 124.83 97.06 195.88 -
System Red Green Blue C M Y K H S L
Decimal 220 87 70 0 0.60 0.68 0.14 6.8 0.68 0.57
Hex DC 57 46 0 3C 44 E 7 44 39
Octal 334 127 106 0 74 104 16 7 104 71
Binary 11011100 1010111 1000110 0 111100 1000100 1110 111 1000100 111001

Color Harmonies of #DC5746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5746

Black with #DC5746

Text Example


Text Example

White with #DC5746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5746; }

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

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

background-color css

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

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

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

border-color css

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

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

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