#DE685D

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

Shades of Roman #DE685D

Tints of Roman #DE685D

Color information

#DE685D (or 0xDE685D) is unknown color: approx Roman. HEX triplet: DE, 68 and 5D. RGB value is (222,104,93). Sum of RGB (Red+Green+Blue) = 222+104+93=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 104 (41.02% from 255 or 24.82% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE685D is #2197A2. Grayscale: #8A8A8A. Windows color (decimal): -2201507 or 6121694. OLE color: 6121694.

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

Color convert

RGB22210493-
CMYK00.530.580.13
HSL5.12º66.15%61.76%-
HSV(B)5.12º58.11%87.06%-
XYZ37.0526.2213.46-
YUV138.03102.59187.89-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.98%
GREEN value IS 104 (41.02% from 255) = 24.82%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=52.98%
G=24.82%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221049300.530.580.135.1266.1561.76
HexDE685D0353AD5423e
Octal3361501350657215510276
Binary1101111011010001011101011010111101011011011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE685D; }

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

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

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

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

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

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

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

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