#de8b4f

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

Shades of Flamenco #DE8B4F

Tints of Flamenco #DE8B4F

Color information

#DE8B4F (or 0xDE8B4F) is unknown color: approx Flamenco. HEX triplet: DE, 8B and 4F. RGB value is (222,139,79). Sum of RGB (Red+Green+Blue) = 222+139+79=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 79 (31.25% from 255 or 17.95% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE8B4F is #2174B0. Grayscale: #9D9D9D. Windows color (decimal): -2192561 or 5213150. OLE color: 5213150.

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

Color convert

RGB22213979-
CMYK00.370.640.13
HSL25.17º68.42%59.02%-
HSV(B)25.17º64.41%87.06%-
XYZ40.7734.5611.92-
YUV156.9884174.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.45%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 79 (31.25% from 255) = 17.95%
R=50.45%
G=31.59%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221397900.370.640.1325.1768.4259.02
HexDE8B4F02540D19443b
Octal336213117045100153110473
Binary11011110100010111001111010010110000001101110011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de8b4f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de8b4f; }

 p { color: rgb(222,139,79); }

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

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

 a { background-color: rgb(222,139,79); }

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

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

 span { border-color: rgb(222,139,79); }

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