#DF645C

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

Shades of Roman #DF645C

Tints of Roman #DF645C

Color information

#DF645C (or 0xDF645C) is unknown color: approx Roman. HEX triplet: DF, 64 and 5C. RGB value is (223,100,92). Sum of RGB (Red+Green+Blue) = 223+100+92=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 100 (39.45% from 255 or 24.10% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DF645C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF645C is #209BA3. Grayscale: #888888. Windows color (decimal): -2136996 or 6055135. OLE color: 6055135.

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

Color convert

RGB22310092-
CMYK00.550.590.13
HSL3.66º67.18%61.76%-
HSV(B)3.66º58.74%87.45%-
XYZ36.9225.5813.12-
YUV135.86103.25190.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.73%
GREEN value IS 100 (39.45% from 255) = 24.10%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=53.73%
G=24.10%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231009200.550.590.133.6667.1861.76
HexDF645C0373BD4433e
Octal3371441340677315410376
Binary1101111111001001011100011011111101111011001000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF645C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF645C; }

 p { color: rgb(223,100,92); }

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

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

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

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

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

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

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