Html Css Color HEX #DC5F59 Roman

📋 copy color: '#DC5F59'

red 220 ◦ green 95 ◦ blue 89

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

Shades of Roman #DC5F59

Tints of Roman #DC5F59

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.51%

 BLUE value IS 89 (35.16% from 255) = 22.03%

R = 54.46%
G = 23.51%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC5F59 (or 0xDC5F59) is known color: Roman. HEX triplet: DC, 5F and 59. RGB value is (220,95,89). Sum of RGB (Red+Green+Blue) = 220+95+89=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F59 is #23A0A6. Grayscale: #838383. Windows color (decimal): -2334887 or 5857244. OLE color: 5857244.

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

Color convert

RGB 220 95 89 -
CMYK 0 0.57 0.60 0.14
HSL 2.75º 0.65% 0.61% -
HSV(B) 2.75º 0.6% 0.86% -
XYZ 35.41 24.12 12.24 -
YUV 131.69 103.91 190.99 -
System Red Green Blue C M Y K H S L
Decimal 220 95 89 0 0.57 0.60 0.14 2.75 0.65 0.61
Hex DC 5F 59 0 39 3C E 3 41 3D
Octal 334 137 131 0 71 74 16 3 101 75
Binary 11011100 1011111 1011001 0 111001 111100 1110 11 1000001 111101

Color Harmonies of #DC5F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F59

Black with #DC5F59

Text Example


Text Example

White with #DC5F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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