#DC5956

Color #DC5956 Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #DC5956

Tints of Roman #DC5956

Color information

#DC5956 (or 0xDC5956) is unknown color: approx 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

RGB2208986-
CMYK00.600.610.14
HSL1.34º65.69%60%-
HSV(B)1.34º60.91%86.27%-
XYZ34.7723.0311.42-
YUV127.83104.4193.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.70%
GREEN value IS 89 (35.16% from 255) = 22.53%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=55.70%
G=22.53%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220898600.600.610.141.3465.6960
HexDC595603C3DE1423c
Octal3341311260747516110274
Binary11011100101100110101100111100111101111011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>