#DE6B6C

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

Shades of Froly #DE6B6C

Tints of Froly #DE6B6C

Color information

#DE6B6C (or 0xDE6B6C) is unknown color: approx Froly. HEX triplet: DE, 6B and 6C. RGB value is (222,107,108). Sum of RGB (Red+Green+Blue) = 222+107+108=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6B6C is #219493. Grayscale: #8D8D8D. Windows color (decimal): -2200724 or 7105502. OLE color: 7105502.

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

Color convert

RGB222107108-
CMYK00.520.510.13
HSL359.48º63.54%64.51%-
HSV(B)359.48º51.8%87.06%-
XYZ38.0927.1317.42-
YUV141.5109.1185.42-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.80%
GREEN value IS 107 (42.19% from 255) = 24.49%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=50.80%
G=24.49%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210710800.520.510.13359.4863.5464.51
HexDE6B6C03433D1674041
Octal3361531540646315547100101
Binary11011110110101111011000110100110011110110110011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6B6C; }

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

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

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

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

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

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

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

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