Html Css Color HEX #DC5549 Valencia

📋 copy color: '#DC5549'

red 220 ◦ green 85 ◦ blue 73

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

Shades of Valencia #DC5549

Tints of Valencia #DC5549

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.49%

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

R = 58.2%
G = 22.49%
B = 19.31%

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

#DC5549 (or 0xDC5549) is known color: Valencia. HEX triplet: DC, 55 and 49. RGB value is (220,85,73). Sum of RGB (Red+Green+Blue) = 220+85+73=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5549 is #23AAB6. Grayscale: #7C7C7C. Windows color (decimal): -2337463 or 4806108. OLE color: 4806108.

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

Color convert

RGB 220 85 73 -
CMYK 0 0.61 0.67 0.14
HSL 4.9º 0.68% 0.57% -
HSV(B) 4.9º 0.67% 0.86% -
XYZ 33.97 22.19 8.8 -
YUV 124 99.23 196.48 -
System Red Green Blue C M Y K H S L
Decimal 220 85 73 0 0.61 0.67 0.14 4.9 0.68 0.57
Hex DC 55 49 0 3D 43 E 5 44 39
Octal 334 125 111 0 75 103 16 5 104 71
Binary 11011100 1010101 1001001 0 111101 1000011 1110 101 1000100 111001

Color Harmonies of #DC5549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5549

Black with #DC5549

Text Example


Text Example

White with #DC5549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5549; }

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

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

background-color css

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

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

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

border-color css

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

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

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