#DF6A61

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

Shades of Roman #DF6A61

Tints of Roman #DF6A61

Color information

#DF6A61 (or 0xDF6A61) is unknown color: approx Roman. HEX triplet: DF, 6A and 61. RGB value is (223,106,97). Sum of RGB (Red+Green+Blue) = 223+106+97=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 106 (41.80% from 255 or 24.88% from 426); Blue value is 97 (38.28% from 255 or 22.77% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A61 is #20959E. Grayscale: #8C8C8C. Windows color (decimal): -2135455 or 6384351. OLE color: 6384351.

HSL color Cylindrical-coordinate representation of color #DF6A61: hue angle of 4.29º 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 #DF6A61 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB22310697-
CMYK00.520.570.13
HSL4.29º66.32%62.75%-
HSV(B)4.29º56.5%87.45%-
XYZ37.7426.8614.5-
YUV139.96103.76187.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.35%
GREEN value IS 106 (41.80% from 255) = 24.88%
BLUE value IS 97 (38.28% from 255) = 22.77%
R=52.35%
G=24.88%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231069700.520.570.134.2966.3262.75
HexDF6A6103439D4423f
Octal3371521410647115410277
Binary1101111111010101100001011010011100111011001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6A61; }

 p { color: rgb(223,106,97); }

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

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

 a { background-color: rgb(223,106,97); }

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

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

 span { border-color: rgb(223,106,97); }

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