#DE6B6E

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

Shades of Froly #DE6B6E

Tints of Froly #DE6B6E

Color information

#DE6B6E (or 0xDE6B6E) is unknown color: approx Froly. HEX triplet: DE, 6B and 6E. RGB value is (222,107,110). Sum of RGB (Red+Green+Blue) = 222+107+110=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B6E is #219491. Grayscale: #8D8D8D. Windows color (decimal): -2200722 or 7236574. OLE color: 7236574.

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

Color convert

RGB222107110-
CMYK00.520.500.13
HSL358.43º63.54%64.51%-
HSV(B)358.43º51.8%87.06%-
XYZ38.227.1717.98-
YUV141.73110.1185.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 107 (42.19% from 255) = 24.37%
BLUE value IS 110 (43.36% from 255) = 25.06%
R=50.57%
G=24.37%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210711000.520.500.13358.4363.5464.51
HexDE6B6E03432D1664041
Octal3361531560646215546100101
Binary11011110110101111011100110100110010110110110011010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B6E; }

 p { color: rgb(222,107,110); }

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

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

 a { background-color: rgb(222,107,110); }

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

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

 span { border-color: rgb(222,107,110); }

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