#DF894C

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

Shades of Flamenco #DF894C

Tints of Flamenco #DF894C

Color information

#DF894C (or 0xDF894C) is unknown color: approx Flamenco. HEX triplet: DF, 89 and 4C. RGB value is (223,137,76). Sum of RGB (Red+Green+Blue) = 223+137+76=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 76 (30.08% from 255 or 17.43% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF894C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF894C is #2076B3. Grayscale: #9C9C9C. Windows color (decimal): -2127540 or 5016031. OLE color: 5016031.

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

Color convert

RGB22313776-
CMYK00.390.660.13
HSL24.9º69.67%58.63%-
HSV(B)24.9º65.92%87.45%-
XYZ40.6834.111.28-
YUV155.7682.99175.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.15%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 76 (30.08% from 255) = 17.43%
R=51.15%
G=31.42%
B=17.43%

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
Decimal2231377600.390.660.1324.969.6758.63
HexDF894C02742D19463b
Octal337211114047102153110673
Binary11011111100010011001100010011110000101101110011000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF894C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF894C; }

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

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

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

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

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

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

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

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