Html Css Color HEX #DC5A4E Valencia

📋 copy color: '#DC5A4E'

red 220 ◦ green 90 ◦ blue 78

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

Shades of Valencia #DC5A4E

Tints of Valencia #DC5A4E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.2%

 BLUE value IS 78 (30.86% from 255) = 20.1%

R = 56.7%
G = 23.2%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC5A4E (or 0xDC5A4E) is known color: Valencia. HEX triplet: DC, 5A and 4E. RGB value is (220,90,78). Sum of RGB (Red+Green+Blue) = 220+90+78=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 90 (35.55% from 255 or 23.20% from 388); Blue value is 78 (30.86% from 255 or 20.10% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5A4E is #23A5B1. Grayscale: #7F7F7F. Windows color (decimal): -2336178 or 5135068. OLE color: 5135068.

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

Color convert

RGB 220 90 78 -
CMYK 0 0.59 0.65 0.14
HSL 5.07º 0.67% 0.58% -
HSV(B) 5.07º 0.65% 0.86% -
XYZ 34.55 23.08 9.84 -
YUV 127.5 100.07 193.98 -
System Red Green Blue C M Y K H S L
Decimal 220 90 78 0 0.59 0.65 0.14 5.07 0.67 0.58
Hex DC 5A 4E 0 3B 41 E 5 43 3A
Octal 334 132 116 0 73 101 16 5 103 72
Binary 11011100 1011010 1001110 0 111011 1000001 1110 101 1000011 111010

Color Harmonies of #DC5A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A4E

Black with #DC5A4E

Text Example


Text Example

White with #DC5A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A4E; }

 p { color: rgb(220,90,78); }

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

background-color css

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

 a { background-color: rgb(220,90,78); }

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

border-color css

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

 span { border-color: rgb(220,90,78); }

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