#DF884C

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

Shades of Flamenco #DF884C

Tints of Flamenco #DF884C

Color information

#DF884C (or 0xDF884C) is unknown color: approx Flamenco. HEX triplet: DF, 88 and 4C. RGB value is (223,136,76). Sum of RGB (Red+Green+Blue) = 223+136+76=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DF884C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF884C is #2077B3. Grayscale: #9B9B9B. Windows color (decimal): -2127796 or 5015775. OLE color: 5015775.

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

Color convert

RGB22313676-
CMYK00.390.660.13
HSL24.49º69.67%58.63%-
HSV(B)24.49º65.92%87.45%-
XYZ40.5433.8211.23-
YUV155.1783.32176.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.26%
GREEN value IS 136 (53.52% from 255) = 31.26%
BLUE value IS 76 (30.08% from 255) = 17.47%
R=51.26%
G=31.26%
B=17.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231367600.390.660.1324.4969.6758.63
HexDF884C02742D18463b
Octal337210114047102153010673
Binary11011111100010001001100010011110000101101110001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF884C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF884C; }

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

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

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

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

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

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

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

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