#DF8D48

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

Shades of Flamenco #DF8D48

Tints of Flamenco #DF8D48

Color information

#DF8D48 (or 0xDF8D48) is unknown color: approx Flamenco. HEX triplet: DF, 8D and 48. RGB value is (223,141,72). Sum of RGB (Red+Green+Blue) = 223+141+72=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 72 (28.52% from 255 or 16.51% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8D48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8D48 is #2072B7. Grayscale: #9E9E9E. Windows color (decimal): -2126520 or 4754911. OLE color: 4754911.

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

Color convert

RGB22314172-
CMYK00.370.680.13
HSL27.42º70.23%57.84%-
HSV(B)27.42º67.71%87.45%-
XYZ41.1335.2110.76-
YUV157.6579.67174.61-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.15%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 72 (28.52% from 255) = 16.51%
R=51.15%
G=32.34%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231417200.370.680.1327.4270.2357.84
HexDF8D4802544D1b463a
Octal337215110045104153310672
Binary11011111100011011001000010010110001001101110111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8D48; }

 p { color: rgb(223,141,72); }

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

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

 a { background-color: rgb(223,141,72); }

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

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

 span { border-color: rgb(223,141,72); }

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