#DF8845

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

Shades of Flamenco #DF8845

Tints of Flamenco #DF8845

Color information

#DF8845 (or 0xDF8845) is unknown color: approx Flamenco. HEX triplet: DF, 88 and 45. RGB value is (223,136,69). Sum of RGB (Red+Green+Blue) = 223+136+69=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DF8845 is #2077BA. Grayscale: #9A9A9A. Windows color (decimal): -2127803 or 4557023. OLE color: 4557023.

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

Color convert

RGB22313669-
CMYK00.390.690.13
HSL26.1º70.64%57.25%-
HSV(B)26.1º69.06%87.45%-
XYZ40.3133.7310.02-
YUV154.3879.82176.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 52.10%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 69 (27.34% from 255) = 16.12%
R=52.10%
G=31.78%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.69
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231366900.390.690.1326.170.6457.25
HexDF884502745D1a4739
Octal337210105047105153210771
Binary11011111100010001000101010011110001011101110101000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8845; }

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

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

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

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

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

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

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

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