Html Css Color HEX #DC5956 Roman

📋 copy color: '#DC5956'

red 220 ◦ green 89 ◦ blue 86

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

Shades of Roman #DC5956

Tints of Roman #DC5956

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.77%

R = 55.7%
G = 22.53%
B = 21.77%

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

#DC5956 (or 0xDC5956) is known color: Roman. HEX triplet: DC, 59 and 56. RGB value is (220,89,86). Sum of RGB (Red+Green+Blue) = 220+89+86=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5956 is #23A6A9. Grayscale: #7F7F7F. Windows color (decimal): -2336426 or 5659100. OLE color: 5659100.

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

Color convert

RGB 220 89 86 -
CMYK 0 0.60 0.61 0.14
HSL 1.34º 0.66% 0.6% -
HSV(B) 1.34º 0.61% 0.86% -
XYZ 34.77 23.03 11.42 -
YUV 127.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 220 89 86 0 0.60 0.61 0.14 1.34 0.66 0.6
Hex DC 59 56 0 3C 3D E 1 42 3C
Octal 334 131 126 0 74 75 16 1 102 74
Binary 11011100 1011001 1010110 0 111100 111101 1110 1 1000010 111100

Color Harmonies of #DC5956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5956

Black with #DC5956

Text Example


Text Example

White with #DC5956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5956; }

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

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

background-color css

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

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

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

border-color css

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

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

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