Html Css Color HEX #DC5449 Valencia

📋 copy color: '#DC5449'

red 220 ◦ green 84 ◦ blue 73

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

Shades of Valencia #DC5449

Tints of Valencia #DC5449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.28%

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

R = 58.36%
G = 22.28%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#DC5449 (or 0xDC5449) is known color: Valencia. HEX triplet: DC, 54 and 49. RGB value is (220,84,73). Sum of RGB (Red+Green+Blue) = 220+84+73=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5449 is #23ABB6. Grayscale: #7B7B7B. Windows color (decimal): -2337719 or 4805852. OLE color: 4805852.

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

Color convert

RGB 220 84 73 -
CMYK 0 0.62 0.67 0.14
HSL 4.49º 0.68% 0.57% -
HSV(B) 4.49º 0.67% 0.86% -
XYZ 33.89 22.04 8.77 -
YUV 123.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 220 84 73 0 0.62 0.67 0.14 4.49 0.68 0.57
Hex DC 54 49 0 3E 43 E 4 44 39
Octal 334 124 111 0 76 103 16 4 104 71
Binary 11011100 1010100 1001001 0 111110 1000011 1110 100 1000100 111001

Color Harmonies of #DC5449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5449

Black with #DC5449

Text Example


Text Example

White with #DC5449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5449; }

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

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

background-color css

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

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

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

border-color css

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

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

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