Html Css Color HEX #DC5649 Valencia

📋 copy color: '#DC5649'

red 220 ◦ green 86 ◦ blue 73

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

Shades of Valencia #DC5649

Tints of Valencia #DC5649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.26%

R = 58.05%
G = 22.69%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5649 (or 0xDC5649) is known color: Valencia. HEX triplet: DC, 56 and 49. RGB value is (220,86,73). Sum of RGB (Red+Green+Blue) = 220+86+73=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5649 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5649 is #23A9B6. Grayscale: #7C7C7C. Windows color (decimal): -2337207 or 4806364. OLE color: 4806364.

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

Color convert

RGB 220 86 73 -
CMYK 0 0.61 0.67 0.14
HSL 5.31º 0.68% 0.57% -
HSV(B) 5.31º 0.67% 0.86% -
XYZ 34.05 22.35 8.82 -
YUV 124.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 220 86 73 0 0.61 0.67 0.14 5.31 0.68 0.57
Hex DC 56 49 0 3D 43 E 5 44 39
Octal 334 126 111 0 75 103 16 5 104 71
Binary 11011100 1010110 1001001 0 111101 1000011 1110 101 1000100 111001

Color Harmonies of #DC5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5649

Black with #DC5649

Text Example


Text Example

White with #DC5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5649; }

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

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

background-color css

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

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

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

border-color css

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

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

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