#DE704E

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

Shades of Burnt Sienna #DE704E

Tints of Burnt Sienna #DE704E

Color information

#DE704E (or 0xDE704E) is unknown color: approx Burnt Sienna. HEX triplet: DE, 70 and 4E. RGB value is (222,112,78). Sum of RGB (Red+Green+Blue) = 222+112+78=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE704E is #218FB1. Grayscale: #8D8D8D. Windows color (decimal): -2199474 or 5140702. OLE color: 5140702.

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

Color convert

RGB22211278-
CMYK00.500.650.13
HSL14.17º68.57%58.82%-
HSV(B)14.17º64.86%87.06%-
XYZ37.2927.6710.58-
YUV141.0192.44185.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.88%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 78 (30.86% from 255) = 18.93%
R=53.88%
G=27.18%
B=18.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221127800.500.650.1314.1768.5758.82
HexDE704E03241De453b
Octal336160116062101151610573
Binary110111101110000100111001100101000001110111101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE704E; }

 p { color: rgb(222,112,78); }

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

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

 a { background-color: rgb(222,112,78); }

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

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

 span { border-color: rgb(222,112,78); }

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