#DE7050

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

Shades of Burnt Sienna #DE7050

Tints of Burnt Sienna #DE7050

Color information

#DE7050 (or 0xDE7050) is unknown color: approx Burnt Sienna. HEX triplet: DE, 70 and 50. RGB value is (222,112,80). Sum of RGB (Red+Green+Blue) = 222+112+80=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7050 is #218FAF. Grayscale: #8D8D8D. Windows color (decimal): -2199472 or 5271774. OLE color: 5271774.

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

Color convert

RGB22211280-
CMYK00.500.640.13
HSL13.52º68.27%59.22%-
HSV(B)13.52º63.96%87.06%-
XYZ37.3727.710.97-
YUV141.2493.44185.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.62%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 80 (31.64% from 255) = 19.32%
R=53.62%
G=27.05%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221128000.500.640.1313.5268.2759.22
HexDE705003240De443b
Octal336160120062100151610473
Binary110111101110000101000001100101000000110111101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE7050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE7050; }

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

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

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

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

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

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

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

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