#DF605F

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

Shades of Roman #DF605F

Tints of Roman #DF605F

Color information

#DF605F (or 0xDF605F) is unknown color: approx Roman. HEX triplet: DF, 60 and 5F. RGB value is (223,96,95). Sum of RGB (Red+Green+Blue) = 223+96+95=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DF605F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF605F is #209FA0. Grayscale: #858585. Windows color (decimal): -2138017 or 6250719. OLE color: 6250719.

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

Color convert

RGB2239695-
CMYK00.570.570.13
HSL0.47º66.67%62.35%-
HSV(B)0.47º57.4%87.45%-
XYZ36.6824.8813.7-
YUV133.86106.08191.58-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.86%
GREEN value IS 96 (37.89% from 255) = 23.19%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=53.86%
G=23.19%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223969500.570.570.130.4766.6762.35
HexDF605F03939D0433e
Octal3371401370717115010376
Binary11011111110000010111110111001111001110101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF605F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF605F; }

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

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

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

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

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

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

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

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