Html Css Color HEX #DC5B53 Valencia

📋 copy color: '#DC5B53'

red 220 ◦ green 91 ◦ blue 83

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

Shades of Valencia #DC5B53

Tints of Valencia #DC5B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.07%

R = 55.84%
G = 23.1%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC5B53 (or 0xDC5B53) is known color: Valencia. HEX triplet: DC, 5B and 53. RGB value is (220,91,83). Sum of RGB (Red+Green+Blue) = 220+91+83=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 83 (32.81% from 255 or 21.07% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B53 is #23A4AC. Grayscale: #808080. Windows color (decimal): -2335917 or 5463004. OLE color: 5463004.

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

Color convert

RGB 220 91 83 -
CMYK 0 0.59 0.62 0.14
HSL 3.5º 0.66% 0.59% -
HSV(B) 3.5º 0.62% 0.86% -
XYZ 34.82 23.32 10.85 -
YUV 128.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 220 91 83 0 0.59 0.62 0.14 3.5 0.66 0.59
Hex DC 5B 53 0 3B 3E E 4 42 3B
Octal 334 133 123 0 73 76 16 4 102 73
Binary 11011100 1011011 1010011 0 111011 111110 1110 100 1000010 111011

Color Harmonies of #DC5B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B53

Black with #DC5B53

Text Example


Text Example

White with #DC5B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B53; }

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

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

background-color css

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

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

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

border-color css

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

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

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