#DE6851

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

Shades of Flamingo #DE6851

Tints of Flamingo #DE6851

Color information

#DE6851 (or 0xDE6851) is unknown color: approx Flamingo. HEX triplet: DE, 68 and 51. RGB value is (222,104,81). Sum of RGB (Red+Green+Blue) = 222+104+81=407 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.55% from 407); Green value is 104 (41.02% from 255 or 25.55% from 407); Blue value is 81 (32.03% from 255 or 19.90% from 407); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6851 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6851 is #2197AE. Grayscale: #888888. Windows color (decimal): -2201519 or 5335262. OLE color: 5335262.

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

Color convert

RGB22210481-
CMYK00.530.640.13
HSL9.79º68.12%59.41%-
HSV(B)9.79º63.51%87.06%-
XYZ36.5626.0210.88-
YUV136.6696.59188.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 54.55%
GREEN value IS 104 (41.02% from 255) = 25.55%
BLUE value IS 81 (32.03% from 255) = 19.90%
R=54.55%
G=25.55%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221048100.530.640.139.7968.1259.41
HexDE685103540Da443b
Octal336150121065100151210473
Binary110111101101000101000101101011000000110110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6851; }

 p { color: rgb(222,104,81); }

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

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

 a { background-color: rgb(222,104,81); }

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

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

 span { border-color: rgb(222,104,81); }

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