#DD6E4E

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

Shades of Burnt Sienna #DD6E4E

Tints of Burnt Sienna #DD6E4E

Color information

#DD6E4E (or 0xDD6E4E) is unknown color: approx Burnt Sienna. HEX triplet: DD, 6E and 4E. RGB value is (221,110,78). Sum of RGB (Red+Green+Blue) = 221+110+78=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 78 (30.86% from 255 or 19.07% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6E4E is #2291B1. Grayscale: #8B8B8B. Windows color (decimal): -2265522 or 5140189. OLE color: 5140189.

HSL color Cylindrical-coordinate representation of color #DD6E4E: hue angle of 13.43º degrees, saturation: 0.68, 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 #DD6E4E is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB22111078-
CMYK00.500.650.13
HSL13.43º67.77%58.63%-
HSV(B)13.43º64.71%86.67%-
XYZ36.7727.0710.5-
YUV139.5493.27186.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.03%
GREEN value IS 110 (43.36% from 255) = 26.89%
BLUE value IS 78 (30.86% from 255) = 19.07%
R=54.03%
G=26.89%
B=19.07%

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
Decimal2211107800.500.650.1313.4367.7758.63
HexDD6E4E03241Dd443b
Octal335156116062101151510473
Binary110111011101110100111001100101000001110111011000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6E4E; }

 p { color: rgb(221,110,78); }

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

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

 a { background-color: rgb(221,110,78); }

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

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

 span { border-color: rgb(221,110,78); }

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