#DF6865

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

Shades of Roman #DF6865

Tints of Roman #DF6865

Color information

#DF6865 (or 0xDF6865) is unknown color: approx Roman. HEX triplet: DF, 68 and 65. RGB value is (223,104,101). Sum of RGB (Red+Green+Blue) = 223+104+101=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 101 (39.84% from 255 or 23.60% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6865 is #20979A. Grayscale: #8B8B8B. Windows color (decimal): -2135963 or 6645983. OLE color: 6645983.

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

Color convert

RGB223104101-
CMYK00.530.550.13
HSL1.48º65.59%63.53%-
HSV(B)1.48º54.71%87.45%-
XYZ37.7326.5315.44-
YUV139.24106.42187.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.10%
GREEN value IS 104 (41.02% from 255) = 24.30%
BLUE value IS 101 (39.84% from 255) = 23.60%
R=52.10%
G=24.30%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22310410100.530.550.131.4865.5963.53
HexDF686503537D14240
Octal33715014506567151102100
Binary110111111101000110010101101011101111101110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF6865; }

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

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

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

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

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

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

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

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