#DE6A61

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

Shades of Roman #DE6A61

Tints of Roman #DE6A61

Color information

#DE6A61 (or 0xDE6A61) is unknown color: approx Roman. HEX triplet: DE, 6A and 61. RGB value is (222,106,97). Sum of RGB (Red+Green+Blue) = 222+106+97=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A61 is #21959E. Grayscale: #8B8B8B. Windows color (decimal): -2200991 or 6384350. OLE color: 6384350.

HSL color Cylindrical-coordinate representation of color #DE6A61: hue angle of 4.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6A61 is Cyan = 0, Magento = 0.52, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB22210697-
CMYK00.520.560.13
HSL4.32º65.45%62.55%-
HSV(B)4.32º56.31%87.06%-
XYZ37.4426.714.49-
YUV139.66103.93186.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.24%
GREEN value IS 106 (41.80% from 255) = 24.94%
BLUE value IS 97 (38.28% from 255) = 22.82%
R=52.24%
G=24.94%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221069700.520.560.134.3265.4562.55
HexDE6A6103438D4413f
Octal3361521410647015410177
Binary1101111011010101100001011010011100011011001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6A61; }

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

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

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

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

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

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

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

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