#DF874C

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

Shades of Flamenco #DF874C

Tints of Flamenco #DF874C

Color information

#DF874C (or 0xDF874C) is unknown color: approx Flamenco. HEX triplet: DF, 87 and 4C. RGB value is (223,135,76). Sum of RGB (Red+Green+Blue) = 223+135+76=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 135 (53.12% from 255 or 31.11% from 434); Blue value is 76 (30.08% from 255 or 17.51% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DF874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF874C is #2078B3. Grayscale: #9A9A9A. Windows color (decimal): -2128052 or 5015519. OLE color: 5015519.

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

Color convert

RGB22313576-
CMYK00.390.660.13
HSL24.08º69.67%58.63%-
HSV(B)24.08º65.92%87.45%-
XYZ40.433.5411.18-
YUV154.5983.65176.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.38%
GREEN value IS 135 (53.12% from 255) = 31.11%
BLUE value IS 76 (30.08% from 255) = 17.51%
R=51.38%
G=31.11%
B=17.51%

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
Decimal2231357600.390.660.1324.0869.6758.63
HexDF874C02742D18463b
Octal337207114047102153010673
Binary11011111100001111001100010011110000101101110001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF874C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF874C; }

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

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

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

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

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

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

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

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