Html Css Color HEX #DC5047 Valencia

📋 copy color: '#DC5047'

red 220 ◦ green 80 ◦ blue 71

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

Shades of Valencia #DC5047

Tints of Valencia #DC5047

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.56%

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

R = 59.3%
G = 21.56%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DC5047 (or 0xDC5047) is known color: Valencia. HEX triplet: DC, 50 and 47. RGB value is (220,80,71). Sum of RGB (Red+Green+Blue) = 220+80+71=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 80 (31.64% from 255 or 21.56% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5047 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5047 is #23AFB8. Grayscale: #797979. Windows color (decimal): -2338745 or 4673756. OLE color: 4673756.

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

Color convert

RGB 220 80 71 -
CMYK 0 0.64 0.68 0.14
HSL 3.62º 0.68% 0.57% -
HSV(B) 3.62º 0.68% 0.86% -
XYZ 33.52 21.41 8.33 -
YUV 120.83 99.88 198.73 -
System Red Green Blue C M Y K H S L
Decimal 220 80 71 0 0.64 0.68 0.14 3.62 0.68 0.57
Hex DC 50 47 0 40 44 E 4 44 39
Octal 334 120 107 0 100 104 16 4 104 71
Binary 11011100 1010000 1000111 0 1000000 1000100 1110 100 1000100 111001

Color Harmonies of #DC5047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5047

Black with #DC5047

Text Example


Text Example

White with #DC5047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5047; }

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

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

background-color css

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

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

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

border-color css

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

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

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