#dd7c54

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

Shades of Burnt Sienna #DD7C54

Tints of Burnt Sienna #DD7C54

Color information

#DD7C54 (or 0xDD7C54) is unknown color: approx Burnt Sienna. HEX triplet: DD, 7C and 54. RGB value is (221,124,84). Sum of RGB (Red+Green+Blue) = 221+124+84=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 84 (33.20% from 255 or 19.58% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7C54 is #2283AB. Grayscale: #949494. Windows color (decimal): -2261932 or 5536989. OLE color: 5536989.

HSL color Cylindrical-coordinate representation of color #DD7C54: hue angle of 17.52º 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 #DD7C54 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB22112484-
CMYK00.440.620.13
HSL17.52º66.83%59.8%-
HSV(B)17.52º61.99%86.67%-
XYZ38.6330.4312.22-
YUV148.4491.64179.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 124 (48.83% from 255) = 28.90%
BLUE value IS 84 (33.20% from 255) = 19.58%
R=51.52%
G=28.90%
B=19.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211248400.440.620.1317.5266.8359.8
HexDD7C5402C3ED12433c
Octal33517412405476152210374
Binary110111011111100101010001011001111101101100101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd7c54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd7c54; }

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

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

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

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

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

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

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

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