#DF874A

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

Shades of Flamenco #DF874A

Tints of Flamenco #DF874A

Color information

#DF874A (or 0xDF874A) is unknown color: approx Flamenco. HEX triplet: DF, 87 and 4A. RGB value is (223,135,74). Sum of RGB (Red+Green+Blue) = 223+135+74=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DF874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF874A is #2078B5. Grayscale: #9A9A9A. Windows color (decimal): -2128054 or 4884447. OLE color: 4884447.

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

Color convert

RGB22313574-
CMYK00.390.670.13
HSL24.56º69.95%58.24%-
HSV(B)24.56º66.82%87.45%-
XYZ40.3333.5110.82-
YUV154.3682.65176.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 51.62%
GREEN value IS 135 (53.12% from 255) = 31.25%
BLUE value IS 74 (29.30% from 255) = 17.13%
R=51.62%
G=31.25%
B=17.13%

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
Decimal2231357400.390.670.1324.5669.9558.24
HexDF874A02743D19463a
Octal337207112047103153110672
Binary11011111100001111001010010011110000111101110011000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF874A; }

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

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

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

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

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

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

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

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