#DF884A

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

Shades of Flamenco #DF884A

Tints of Flamenco #DF884A

Color information

#DF884A (or 0xDF884A) is unknown color: approx Flamenco. HEX triplet: DF, 88 and 4A. RGB value is (223,136,74). Sum of RGB (Red+Green+Blue) = 223+136+74=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DF884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF884A is #2077B5. Grayscale: #9B9B9B. Windows color (decimal): -2127798 or 4884703. OLE color: 4884703.

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

Color convert

RGB22313674-
CMYK00.390.670.13
HSL24.97º69.95%58.24%-
HSV(B)24.97º66.82%87.45%-
XYZ40.4733.7910.87-
YUV154.9482.32176.54-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.50%
GREEN value IS 136 (53.52% from 255) = 31.41%
BLUE value IS 74 (29.30% from 255) = 17.09%
R=51.50%
G=31.41%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231367400.390.670.1324.9769.9558.24
HexDF884A02743D19463a
Octal337210112047103153110672
Binary11011111100010001001010010011110000111101110011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF884A; }

 p { color: rgb(223,136,74); }

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

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

 a { background-color: rgb(223,136,74); }

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

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

 span { border-color: rgb(223,136,74); }

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