Html Css Color HEX #DC5B4A Valencia

📋 copy color: '#DC5B4A'

red 220 ◦ green 91 ◦ blue 74

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

Shades of Valencia #DC5B4A

Tints of Valencia #DC5B4A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

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

R = 57.14%
G = 23.64%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC5B4A (or 0xDC5B4A) is known color: Valencia. HEX triplet: DC, 5B and 4A. RGB value is (220,91,74). Sum of RGB (Red+Green+Blue) = 220+91+74=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC5B4A is #23A4B5. Grayscale: #7F7F7F. Windows color (decimal): -2335926 or 4873180. OLE color: 4873180.

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

Color convert

RGB 220 91 74 -
CMYK 0 0.59 0.66 0.14
HSL 6.99º 0.68% 0.58% -
HSV(B) 6.99º 0.66% 0.86% -
XYZ 34.49 23.19 9.14 -
YUV 127.63 97.74 193.88 -
System Red Green Blue C M Y K H S L
Decimal 220 91 74 0 0.59 0.66 0.14 6.99 0.68 0.58
Hex DC 5B 4A 0 3B 42 E 7 44 3A
Octal 334 133 112 0 73 102 16 7 104 72
Binary 11011100 1011011 1001010 0 111011 1000010 1110 111 1000100 111010

Color Harmonies of #DC5B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B4A

Black with #DC5B4A

Text Example


Text Example

White with #DC5B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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