#DF675C

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

Shades of Roman #DF675C

Tints of Roman #DF675C

Color information

#DF675C (or 0xDF675C) is unknown color: approx Roman. HEX triplet: DF, 67 and 5C. RGB value is (223,103,92). Sum of RGB (Red+Green+Blue) = 223+103+92=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF675C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF675C is #2098A3. Grayscale: #898989. Windows color (decimal): -2136228 or 6055903. OLE color: 6055903.

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

Color convert

RGB22310392-
CMYK00.540.590.13
HSL5.04º67.18%61.76%-
HSV(B)5.04º58.74%87.45%-
XYZ37.2126.1613.21-
YUV137.63102.26188.89-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=53.35%
G=24.64%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231039200.540.590.135.0467.1861.76
HexDF675C0363BD5433e
Octal3371471340667315510376
Binary1101111111001111011100011011011101111011011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF675C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF675C; }

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

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

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

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

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

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

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

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