Html Css Color HEX #DC5247 Valencia

📋 copy color: '#DC5247'

red 220 ◦ green 82 ◦ blue 71

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

Shades of Valencia #DC5247

Tints of Valencia #DC5247

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

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

R = 58.98%
G = 21.98%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC5247 (or 0xDC5247) is known color: Valencia. HEX triplet: DC, 52 and 47. RGB value is (220,82,71). Sum of RGB (Red+Green+Blue) = 220+82+71=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 71 (28.12% from 255 or 19.03% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5247 is #23ADB8. Grayscale: #7A7A7A. Windows color (decimal): -2338233 or 4674268. OLE color: 4674268.

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

Color convert

RGB 220 82 71 -
CMYK 0 0.63 0.68 0.14
HSL 4.43º 0.68% 0.57% -
HSV(B) 4.43º 0.68% 0.86% -
XYZ 33.67 21.71 8.38 -
YUV 122.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 220 82 71 0 0.63 0.68 0.14 4.43 0.68 0.57
Hex DC 52 47 0 3F 44 E 4 44 39
Octal 334 122 107 0 77 104 16 4 104 71
Binary 11011100 1010010 1000111 0 111111 1000100 1110 100 1000100 111001

Color Harmonies of #DC5247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5247

Black with #DC5247

Text Example


Text Example

White with #DC5247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5247; }

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

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

background-color css

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

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

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

border-color css

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

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

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