#DE6769

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

Shades of Froly #DE6769

Tints of Froly #DE6769

Color information

#DE6769 (or 0xDE6769) is unknown color: approx Froly. HEX triplet: DE, 67 and 69. RGB value is (222,103,105). Sum of RGB (Red+Green+Blue) = 222+103+105=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6769 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6769 is #219896. Grayscale: #8A8A8A. Windows color (decimal): -2201751 or 6907870. OLE color: 6907870.

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

Color convert

RGB222103105-
CMYK00.540.530.13
HSL358.99º64.32%63.73%-
HSV(B)358.99º53.6%87.06%-
XYZ37.5226.2516.45-
YUV138.81108.92187.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.63%
GREEN value IS 103 (40.62% from 255) = 23.95%
BLUE value IS 105 (41.41% from 255) = 24.42%
R=51.63%
G=23.95%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210310500.540.530.13358.9964.3263.73
HexDE676903635D1674040
Octal3361471510666515547100100
Binary11011110110011111010010110110110101110110110011110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6769; }

 p { color: rgb(222,103,105); }

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

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

 a { background-color: rgb(222,103,105); }

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

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

 span { border-color: rgb(222,103,105); }

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