#DE685C

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

Shades of Roman #DE685C

Tints of Roman #DE685C

Color information

#DE685C (or 0xDE685C) is unknown color: approx Roman. HEX triplet: DE, 68 and 5C. RGB value is (222,104,92). Sum of RGB (Red+Green+Blue) = 222+104+92=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 104 (41.02% from 255 or 24.88% from 418); Blue value is 92 (36.33% from 255 or 22.01% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DE685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE685C is #2197A3. Grayscale: #8A8A8A. Windows color (decimal): -2201508 or 6056158. OLE color: 6056158.

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

Color convert

RGB22210492-
CMYK00.530.590.13
HSL5.54º66.33%61.57%-
HSV(B)5.54º58.56%87.06%-
XYZ37.0126.213.23-
YUV137.91102.09187.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.11%
GREEN value IS 104 (41.02% from 255) = 24.88%
BLUE value IS 92 (36.33% from 255) = 22.01%
R=53.11%
G=24.88%
B=22.01%

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
Decimal2221049200.530.590.135.5466.3361.57
HexDE685C0353BD6423e
Octal3361501340657315610276
Binary1101111011010001011100011010111101111011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE685C; }

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

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

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

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

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

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

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

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