Html Css Color HEX #DC5853 Valencia

📋 copy color: '#DC5853'

red 220 ◦ green 88 ◦ blue 83

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

Shades of Valencia #DC5853

Tints of Valencia #DC5853

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.51%

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

R = 56.27%
G = 22.51%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC5853 (or 0xDC5853) is known color: Valencia. HEX triplet: DC, 58 and 53. RGB value is (220,88,83). Sum of RGB (Red+Green+Blue) = 220+88+83=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 83 (32.81% from 255 or 21.23% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5853 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5853 is #23A7AC. Grayscale: #7F7F7F. Windows color (decimal): -2336685 or 5462236. OLE color: 5462236.

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

Color convert

RGB 220 88 83 -
CMYK 0 0.6 0.62 0.14
HSL 2.19º 0.66% 0.59% -
HSV(B) 2.19º 0.62% 0.86% -
XYZ 34.57 22.82 10.77 -
YUV 126.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 220 88 83 0 0.6 0.62 0.14 2.19 0.66 0.59
Hex DC 58 53 0 3C 3E E 2 42 3B
Octal 334 130 123 0 74 76 16 2 102 73
Binary 11011100 1011000 1010011 0 111100 111110 1110 10 1000010 111011

Color Harmonies of #DC5853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5853

Black with #DC5853

Text Example


Text Example

White with #DC5853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5853; }

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

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

background-color css

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

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

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

border-color css

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

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

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