#DE655C

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

Shades of Roman #DE655C

Tints of Roman #DE655C

Color information

#DE655C (or 0xDE655C) is unknown color: approx Roman. HEX triplet: DE, 65 and 5C. RGB value is (222,101,92). Sum of RGB (Red+Green+Blue) = 222+101+92=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 92 (36.33% from 255 or 22.17% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE655C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE655C is #219AA3. Grayscale: #888888. Windows color (decimal): -2202276 or 6055390. OLE color: 6055390.

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

Color convert

RGB22210192-
CMYK00.550.590.13
HSL4.15º66.33%61.57%-
HSV(B)4.15º58.56%87.06%-
XYZ36.7125.6113.13-
YUV136.15103.09189.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.49%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 92 (36.33% from 255) = 22.17%
R=53.49%
G=24.34%
B=22.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221019200.550.590.134.1566.3361.57
HexDE655C0373BD4423e
Octal3361451340677315410276
Binary1101111011001011011100011011111101111011001000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE655C; }

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

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

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

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

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

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

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

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