Html Css Color HEX #DC504F Valencia

📋 copy color: '#DC504F'

red 220 ◦ green 80 ◦ blue 79

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

Shades of Valencia #DC504F

Tints of Valencia #DC504F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.84%

R = 58.05%
G = 21.11%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC504F (or 0xDC504F) is known color: Valencia. HEX triplet: DC, 50 and 4F. RGB value is (220,80,79). Sum of RGB (Red+Green+Blue) = 220+80+79=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC504F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC504F is #23AFB0. Grayscale: #797979. Windows color (decimal): -2338737 or 5198044. OLE color: 5198044.

HSL color Cylindrical-coordinate representation of color #DC504F: hue angle of 0.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC504F is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 80 79 -
CMYK 0 0.64 0.64 0.14
HSL 0.43º 0.67% 0.59% -
HSV(B) 0.43º 0.64% 0.86% -
XYZ 33.8 21.52 9.77 -
YUV 121.75 103.88 198.08 -
System Red Green Blue C M Y K H S L
Decimal 220 80 79 0 0.64 0.64 0.14 0.43 0.67 0.59
Hex DC 50 4F 0 40 40 E 0 43 3B
Octal 334 120 117 0 100 100 16 0 103 73
Binary 11011100 1010000 1001111 0 1000000 1000000 1110 0 1000011 111011

Color Harmonies of #DC504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC504F

Black with #DC504F

Text Example


Text Example

White with #DC504F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC504F; }

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

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

background-color css

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

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

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

border-color css

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

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

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