Html Css Color HEX #DC504A Valencia

📋 copy color: '#DC504A'

red 220 ◦ green 80 ◦ blue 74

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

Shades of Valencia #DC504A

Tints of Valencia #DC504A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.79%

R = 58.82%
G = 21.39%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC504A (or 0xDC504A) is known color: Valencia. HEX triplet: DC, 50 and 4A. RGB value is (220,80,74). Sum of RGB (Red+Green+Blue) = 220+80+74=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 74 (29.30% from 255 or 19.79% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC504A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC504A is #23AFB5. Grayscale: #797979. Windows color (decimal): -2338742 or 4870364. OLE color: 4870364.

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

Color convert

RGB 220 80 74 -
CMYK 0 0.64 0.66 0.14
HSL 2.47º 0.68% 0.58% -
HSV(B) 2.47º 0.66% 0.86% -
XYZ 33.62 21.45 8.85 -
YUV 121.18 101.38 198.49 -
System Red Green Blue C M Y K H S L
Decimal 220 80 74 0 0.64 0.66 0.14 2.47 0.68 0.58
Hex DC 50 4A 0 40 42 E 2 44 3A
Octal 334 120 112 0 100 102 16 2 104 72
Binary 11011100 1010000 1001010 0 1000000 1000010 1110 10 1000100 111010

Color Harmonies of #DC504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC504A

Black with #DC504A

Text Example


Text Example

White with #DC504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC504A; }

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

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

background-color css

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

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

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

border-color css

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

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

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