#DE8851

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

Shades of Flamenco #DE8851

Tints of Flamenco #DE8851

Color information

#DE8851 (or 0xDE8851) is unknown color: approx Flamenco. HEX triplet: DE, 88 and 51. RGB value is (222,136,81). Sum of RGB (Red+Green+Blue) = 222+136+81=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8851 is #2177AE. Grayscale: #9B9B9B. Windows color (decimal): -2193327 or 5343454. OLE color: 5343454.

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

Color convert

RGB22213681-
CMYK00.390.640.13
HSL23.4º68.12%59.41%-
HSV(B)23.4º63.51%87.06%-
XYZ40.4133.7312.17-
YUV155.4485.99175.47-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 136 (53.52% from 255) = 30.98%
BLUE value IS 81 (32.03% from 255) = 18.45%
R=50.57%
G=30.98%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221368100.390.640.1323.468.1259.41
HexDE885102740D17443b
Octal336210121047100152710473
Binary11011110100010001010001010011110000001101101111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8851; }

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

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

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

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

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

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

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

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