#DF685B

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

Shades of Roman #DF685B

Tints of Roman #DF685B

Color information

#DF685B (or 0xDF685B) is unknown color: approx Roman. HEX triplet: DF, 68 and 5B. RGB value is (223,104,91). Sum of RGB (Red+Green+Blue) = 223+104+91=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 91 (35.94% from 255 or 21.77% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DF685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF685B is #2097A4. Grayscale: #8A8A8A. Windows color (decimal): -2135973 or 5990623. OLE color: 5990623.

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

Color convert

RGB22310491-
CMYK00.530.590.13
HSL5.91º67.35%61.57%-
HSV(B)5.91º59.19%87.45%-
XYZ37.2726.3413.02-
YUV138.1101.42188.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 53.35%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 91 (35.94% from 255) = 21.77%
R=53.35%
G=24.88%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231049100.530.590.135.9167.3561.57
HexDF685B0353BD6433e
Octal3371501330657315610376
Binary1101111111010001011011011010111101111011101000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF685B; }

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

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

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

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

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

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

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

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