Html Css Color HEX #DC5955 Valencia

📋 copy color: '#DC5955'

red 220 ◦ green 89 ◦ blue 85

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

Shades of Valencia #DC5955

Tints of Valencia #DC5955

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.59%

 BLUE value IS 85 (33.59% from 255) = 21.57%

R = 55.84%
G = 22.59%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC5955 (or 0xDC5955) is known color: Valencia. HEX triplet: DC, 59 and 55. RGB value is (220,89,85). Sum of RGB (Red+Green+Blue) = 220+89+85=394 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.84% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 85 (33.59% from 255 or 21.57% from 394); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5955 is #23A6AA. Grayscale: #7F7F7F. Windows color (decimal): -2336427 or 5593564. OLE color: 5593564.

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

Color convert

RGB 220 89 85 -
CMYK 0 0.60 0.61 0.14
HSL 1.78º 0.66% 0.6% -
HSV(B) 1.78º 0.61% 0.86% -
XYZ 34.73 23.02 11.21 -
YUV 127.71 103.9 193.83 -
System Red Green Blue C M Y K H S L
Decimal 220 89 85 0 0.60 0.61 0.14 1.78 0.66 0.6
Hex DC 59 55 0 3C 3D E 2 42 3C
Octal 334 131 125 0 74 75 16 2 102 74
Binary 11011100 1011001 1010101 0 111100 111101 1110 10 1000010 111100

Color Harmonies of #DC5955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5955

Black with #DC5955

Text Example


Text Example

White with #DC5955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5955; }

 p { color: rgb(220,89,85); }

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

background-color css

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

 a { background-color: rgb(220,89,85); }

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

border-color css

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

 span { border-color: rgb(220,89,85); }

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