Html Css Color HEX #DC5B58 Roman

📋 copy color: '#DC5B58'

red 220 ◦ green 91 ◦ blue 88

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

Shades of Roman #DC5B58

Tints of Roman #DC5B58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.06%

R = 55.14%
G = 22.81%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC5B58 (or 0xDC5B58) is known color: Roman. HEX triplet: DC, 5B and 58. RGB value is (220,91,88). Sum of RGB (Red+Green+Blue) = 220+91+88=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5B58 is #23A4A7. Grayscale: #818181. Windows color (decimal): -2335912 or 5790684. OLE color: 5790684.

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

Color convert

RGB 220 91 88 -
CMYK 0 0.59 0.6 0.14
HSL 1.36º 0.65% 0.6% -
HSV(B) 1.36º 0.6% 0.86% -
XYZ 35.02 23.4 11.9 -
YUV 129.23 104.74 192.74 -
System Red Green Blue C M Y K H S L
Decimal 220 91 88 0 0.59 0.6 0.14 1.36 0.65 0.6
Hex DC 5B 58 0 3B 3C E 1 41 3C
Octal 334 133 130 0 73 74 16 1 101 74
Binary 11011100 1011011 1011000 0 111011 111100 1110 1 1000001 111100

Color Harmonies of #DC5B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5B58

Black with #DC5B58

Text Example


Text Example

White with #DC5B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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