#DF8B4E

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

Shades of Flamenco #DF8B4E

Tints of Flamenco #DF8B4E

Color information

#DF8B4E (or 0xDF8B4E) is unknown color: approx Flamenco. HEX triplet: DF, 8B and 4E. RGB value is (223,139,78). Sum of RGB (Red+Green+Blue) = 223+139+78=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8B4E is #2074B1. Grayscale: #9D9D9D. Windows color (decimal): -2127026 or 5147615. OLE color: 5147615.

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

Color convert

RGB22313978-
CMYK00.380.650.13
HSL25.24º69.38%59.02%-
HSV(B)25.24º65.02%87.45%-
XYZ41.0434.711.74-
YUV157.1683.33174.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.68%
GREEN value IS 139 (54.69% from 255) = 31.59%
BLUE value IS 78 (30.86% from 255) = 17.73%
R=50.68%
G=31.59%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231397800.380.650.1325.2469.3859.02
HexDF8B4E02641D19453b
Octal337213116046101153110573
Binary11011111100010111001110010011010000011101110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8B4E; }

 p { color: rgb(223,139,78); }

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

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

 a { background-color: rgb(223,139,78); }

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

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

 span { border-color: rgb(223,139,78); }

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