#df6a6a

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

Shades of Roman #DF6A6A

Tints of Roman #DF6A6A

Color information

#DF6A6A (or 0xDF6A6A) is unknown color: approx Roman. HEX triplet: DF, 6A and 6A. RGB value is (223,106,106). Sum of RGB (Red+Green+Blue) = 223+106+106=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 106 (41.80% from 255 or 24.37% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6A6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6A6A is #209595. Grayscale: #8D8D8D. Windows color (decimal): -2135446 or 6974175. OLE color: 6974175.

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

Color convert

RGB223106106-
CMYK00.520.520.13
HSL64.64%64.51%-
HSV(B)52.47%87.45%-
XYZ38.1927.0416.84-
YUV140.98108.26186.5-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 106 (41.80% from 255) = 24.37%
R=51.26%
G=24.37%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310610600.520.520.13064.6464.51
HexDF6A6A03434D04141
Octal33715215206464150101101
Binary110111111101010110101001101001101001101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df6a6a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df6a6a; }

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

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

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

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

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

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

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

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