Html Css Color HEX #DD7050 Burnt Sienna

📋 copy color: '#DD7050'

red 221 ◦ green 112 ◦ blue 80

#DD7050
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Sienna #DD7050

Tints of Burnt Sienna #DD7050

RGB

 RED value IS 221 (86.72% from 255) = 53.51%

 GREEN value IS 112 (44.14% from 255) = 27.12%

 BLUE value IS 80 (31.64% from 255) = 19.37%

R = 53.51%
G = 27.12%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD7050 (or 0xDD7050) is known color: Burnt Sienna. HEX triplet: DD, 70 and 50. RGB value is (221,112,80). Sum of RGB (Red+Green+Blue) = 221+112+80=413 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.51% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7050 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7050 is #228FAF. Grayscale: #8D8D8D. Windows color (decimal): -2265008 or 5271773. OLE color: 5271773.

HSL color Cylindrical-coordinate representation of color #DD7050: hue angle of 13.62º degrees, saturation: 0.67, 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 #DD7050 is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 112 80 -
CMYK 0 0.49 0.64 0.13
HSL 13.62º 0.67% 0.59% -
HSV(B) 13.62º 0.64% 0.87% -
XYZ 37.06 27.54 10.95 -
YUV 140.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 221 112 80 0 0.49 0.64 0.13 13.62 0.67 0.59
Hex DD 70 50 0 31 40 D E 43 3B
Octal 335 160 120 0 61 100 15 16 103 73
Binary 11011101 1110000 1010000 0 110001 1000000 1101 1110 1000011 111011

Color Harmonies of #DD7050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7050

Black with #DD7050

Text Example


Text Example

White with #DD7050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7050; }

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

 H1.HeaderClassName
 {
   color: #DD7050;
 }
 .AnyTagClassName
 {
   color: #DD7050;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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