#DF6560

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

Shades of Roman #DF6560

Tints of Roman #DF6560

Color information

#DF6560 (or 0xDF6560) is unknown color: approx Roman. HEX triplet: DF, 65 and 60. RGB value is (223,101,96). Sum of RGB (Red+Green+Blue) = 223+101+96=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 96 (37.89% from 255 or 22.86% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6560 is #209A9F. Grayscale: #898989. Windows color (decimal): -2136736 or 6317535. OLE color: 6317535.

HSL color Cylindrical-coordinate representation of color #DF6560: hue angle of 2.36º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DF6560 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22310196-
CMYK00.550.570.13
HSL2.36º66.49%62.55%-
HSV(B)2.36º56.95%87.45%-
XYZ37.225.8414.09-
YUV136.91104.92189.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.10%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 96 (37.89% from 255) = 22.86%
R=53.10%
G=24.05%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231019600.550.570.132.3666.4962.55
HexDF656003739D2423f
Octal3371451400677115210277
Binary110111111100101110000001101111110011101101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6560; }

 p { color: rgb(223,101,96); }

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

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

 a { background-color: rgb(223,101,96); }

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

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

 span { border-color: rgb(223,101,96); }

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