#DE6A5D

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

Shades of Roman #DE6A5D

Tints of Roman #DE6A5D

Color information

#DE6A5D (or 0xDE6A5D) is unknown color: approx Roman. HEX triplet: DE, 6A and 5D. RGB value is (222,106,93). Sum of RGB (Red+Green+Blue) = 222+106+93=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A5D is #2195A2. Grayscale: #8B8B8B. Windows color (decimal): -2200995 or 6122206. OLE color: 6122206.

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

Color convert

RGB22210693-
CMYK00.520.580.13
HSL6.05º66.15%61.76%-
HSV(B)6.05º58.11%87.06%-
XYZ37.2526.6313.53-
YUV139.2101.93187.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.73%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=52.73%
G=25.18%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221069300.520.580.136.0566.1561.76
HexDE6A5D0343AD6423e
Octal3361521350647215610276
Binary1101111011010101011101011010011101011011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A5D; }

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

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

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

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

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

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

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

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