Html Css Color HEX #DC504D Valencia

📋 copy color: '#DC504D'

red 220 ◦ green 80 ◦ blue 77

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

Shades of Valencia #DC504D

Tints of Valencia #DC504D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.42%

R = 58.36%
G = 21.22%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC504D (or 0xDC504D) is known color: Valencia. HEX triplet: DC, 50 and 4D. RGB value is (220,80,77). Sum of RGB (Red+Green+Blue) = 220+80+77=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 80 (31.64% from 255 or 21.22% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC504D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC504D is #23AFB2. Grayscale: #797979. Windows color (decimal): -2338739 or 5066972. OLE color: 5066972.

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

Color convert

RGB 220 80 77 -
CMYK 0 0.64 0.65 0.14
HSL 1.26º 0.67% 0.58% -
HSV(B) 1.26º 0.65% 0.86% -
XYZ 33.72 21.49 9.39 -
YUV 121.52 102.88 198.24 -
System Red Green Blue C M Y K H S L
Decimal 220 80 77 0 0.64 0.65 0.14 1.26 0.67 0.58
Hex DC 50 4D 0 40 41 E 1 43 3A
Octal 334 120 115 0 100 101 16 1 103 72
Binary 11011100 1010000 1001101 0 1000000 1000001 1110 1 1000011 111010

Color Harmonies of #DC504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC504D

Black with #DC504D

Text Example


Text Example

White with #DC504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC504D; }

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

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

background-color css

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

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

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

border-color css

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

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

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