#DE685F

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

Shades of Roman #DE685F

Tints of Roman #DE685F

Color information

#DE685F (or 0xDE685F) is unknown color: approx Roman. HEX triplet: DE, 68 and 5F. RGB value is (222,104,95). Sum of RGB (Red+Green+Blue) = 222+104+95=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 104 (41.02% from 255 or 24.70% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE685F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE685F is #2197A0. Grayscale: #8A8A8A. Windows color (decimal): -2201505 or 6252766. OLE color: 6252766.

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

Color convert

RGB22210495-
CMYK00.530.570.13
HSL4.25º65.8%62.16%-
HSV(B)4.25º57.21%87.06%-
XYZ37.1426.2613.94-
YUV138.26103.59187.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.73%
GREEN value IS 104 (41.02% from 255) = 24.70%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=52.73%
G=24.70%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221049500.530.570.134.2565.862.16
HexDE685F03539D4423e
Octal3361501370657115410276
Binary1101111011010001011111011010111100111011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE685F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE685F; }

 p { color: rgb(222,104,95); }

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

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

 a { background-color: rgb(222,104,95); }

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

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

 span { border-color: rgb(222,104,95); }

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