#DF5956

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

Shades of Roman #DF5956

Tints of Roman #DF5956

Color information

#DF5956 (or 0xDF5956) is unknown color: approx Roman. HEX triplet: DF, 59 and 56. RGB value is (223,89,86). Sum of RGB (Red+Green+Blue) = 223+89+86=398 (52% of max value = 765). Red value is 223 (87.5% from 255 or 56.03% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 86 (33.98% from 255 or 21.61% from 398); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5956 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5956 is #20A6A9. Grayscale: #808080. Windows color (decimal): -2139818 or 5659103. OLE color: 5659103.

HSL color Cylindrical-coordinate representation of color #DF5956: hue angle of 1.31º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DF5956 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB2238986-
CMYK00.600.610.13
HSL1.31º68.16%60.59%-
HSV(B)1.31º61.43%87.45%-
XYZ35.6823.511.46-
YUV128.72103.89195.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 56.03%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 86 (33.98% from 255) = 21.61%
R=56.03%
G=22.36%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223898600.600.610.131.3168.1660.59
HexDF595603C3DD1443d
Octal3371311260747515110475
Binary11011111101100110101100111100111101110111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5956; }

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

 H1.HeaderClassName
 {
   color: #DF5956;
 }
 .AnyTagClassName
 {
   color: #DF5956;
 }
</style>
background-color css

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

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

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

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

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

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