#DE8A45

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

Shades of Flamenco #DE8A45

Tints of Flamenco #DE8A45

Color information

#DE8A45 (or 0xDE8A45) is unknown color: approx Flamenco. HEX triplet: DE, 8A and 45. RGB value is (222,138,69). Sum of RGB (Red+Green+Blue) = 222+138+69=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DE8A45 is #2175BA. Grayscale: #9B9B9B. Windows color (decimal): -2192827 or 4557534. OLE color: 4557534.

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

Color convert

RGB22213869-
CMYK00.380.690.13
HSL27.06º69.86%57.06%-
HSV(B)27.06º68.92%87.06%-
XYZ40.2934.1410.1-
YUV155.2579.33175.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.75%
GREEN value IS 138 (54.30% from 255) = 32.17%
BLUE value IS 69 (27.34% from 255) = 16.08%
R=51.75%
G=32.17%
B=16.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221386900.380.690.1327.0669.8657.06
HexDE8A4502645D1b4639
Octal336212105046105153310671
Binary11011110100010101000101010011010001011101110111000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8A45; }

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

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

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

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

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

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

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

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