#DD7A54

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

Shades of Burnt Sienna #DD7A54

Tints of Burnt Sienna #DD7A54

Color information

#DD7A54 (or 0xDD7A54) is unknown color: approx Burnt Sienna. HEX triplet: DD, 7A and 54. RGB value is (221,122,84). Sum of RGB (Red+Green+Blue) = 221+122+84=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 84 (33.20% from 255 or 19.67% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A54 is #2285AB. Grayscale: #939393. Windows color (decimal): -2262444 or 5536477. OLE color: 5536477.

HSL color Cylindrical-coordinate representation of color #DD7A54: hue angle of 16.64º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD7A54 is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22112284-
CMYK00.450.620.13
HSL16.64º66.83%59.8%-
HSV(B)16.64º61.99%86.67%-
XYZ38.3829.9312.14-
YUV147.2792.3180.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.76%
GREEN value IS 122 (48.05% from 255) = 28.57%
BLUE value IS 84 (33.20% from 255) = 19.67%
R=51.76%
G=28.57%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211228400.450.620.1316.6466.8359.8
HexDD7A5402D3ED11433c
Octal33517212405576152110374
Binary110111011111010101010001011011111101101100011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A54; }

 p { color: rgb(221,122,84); }

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

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

 a { background-color: rgb(221,122,84); }

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

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

 span { border-color: rgb(221,122,84); }

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