#DE8B45

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

Shades of Flamenco #DE8B45

Tints of Flamenco #DE8B45

Color information

#DE8B45 (or 0xDE8B45) is unknown color: approx Flamenco. HEX triplet: DE, 8B and 45. RGB value is (222,139,69). Sum of RGB (Red+Green+Blue) = 222+139+69=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8B45 is #2174BA. Grayscale: #9C9C9C. Windows color (decimal): -2192571 or 4557790. OLE color: 4557790.

HSL color Cylindrical-coordinate representation of color #DE8B45: hue angle of 27.45º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DE8B45 is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB22213969-
CMYK00.370.690.13
HSL27.45º69.86%57.06%-
HSV(B)27.45º68.92%87.06%-
XYZ40.4334.4210.14-
YUV155.8479175.19-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.63%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 69 (27.34% from 255) = 16.05%
R=51.63%
G=32.33%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221396900.370.690.1327.4569.8657.06
HexDE8B4502545D1b4639
Octal336213105045105153310671
Binary11011110100010111000101010010110001011101110111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8B45; }

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

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

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

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

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

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

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

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