Html Css Color HEX #DC5447 Valencia

📋 copy color: '#DC5447'

red 220 ◦ green 84 ◦ blue 71

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

Shades of Valencia #DC5447

Tints of Valencia #DC5447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.93%

R = 58.67%
G = 22.4%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC5447 (or 0xDC5447) is known color: Valencia. HEX triplet: DC, 54 and 47. RGB value is (220,84,71). Sum of RGB (Red+Green+Blue) = 220+84+71=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 84 (33.20% from 255 or 22.4% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5447 is #23ABB8. Grayscale: #7B7B7B. Windows color (decimal): -2337721 or 4674780. OLE color: 4674780.

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

Color convert

RGB 220 84 71 -
CMYK 0 0.62 0.68 0.14
HSL 5.23º 0.68% 0.57% -
HSV(B) 5.23º 0.68% 0.86% -
XYZ 33.82 22.01 8.43 -
YUV 123.18 98.56 197.06 -
System Red Green Blue C M Y K H S L
Decimal 220 84 71 0 0.62 0.68 0.14 5.23 0.68 0.57
Hex DC 54 47 0 3E 44 E 5 44 39
Octal 334 124 107 0 76 104 16 5 104 71
Binary 11011100 1010100 1000111 0 111110 1000100 1110 101 1000100 111001

Color Harmonies of #DC5447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5447

Black with #DC5447

Text Example


Text Example

White with #DC5447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5447; }

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

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

background-color css

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

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

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

border-color css

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

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

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