Html Css Color HEX #DC5C57 Roman

📋 copy color: '#DC5C57'

red 220 ◦ green 92 ◦ blue 87

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

Shades of Roman #DC5C57

Tints of Roman #DC5C57

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.06%

 BLUE value IS 87 (34.38% from 255) = 21.8%

R = 55.14%
G = 23.06%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC5C57 (or 0xDC5C57) is known color: Roman. HEX triplet: DC, 5C and 57. RGB value is (220,92,87). Sum of RGB (Red+Green+Blue) = 220+92+87=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 87 (34.38% from 255 or 21.80% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C57 is #23A3A8. Grayscale: #818181. Windows color (decimal): -2335657 or 5725404. OLE color: 5725404.

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

Color convert

RGB 220 92 87 -
CMYK 0 0.58 0.60 0.14
HSL 2.26º 0.66% 0.6% -
HSV(B) 2.26º 0.6% 0.86% -
XYZ 35.06 23.56 11.72 -
YUV 129.7 103.91 192.41 -
System Red Green Blue C M Y K H S L
Decimal 220 92 87 0 0.58 0.60 0.14 2.26 0.66 0.6
Hex DC 5C 57 0 3A 3C E 2 42 3C
Octal 334 134 127 0 72 74 16 2 102 74
Binary 11011100 1011100 1010111 0 111010 111100 1110 10 1000010 111100

Color Harmonies of #DC5C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C57

Black with #DC5C57

Text Example


Text Example

White with #DC5C57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C57; }

 p { color: rgb(220,92,87); }

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

background-color css

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

 a { background-color: rgb(220,92,87); }

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

border-color css

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

 span { border-color: rgb(220,92,87); }

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