Html Css Color HEX #DD704E Burnt Sienna

📋 copy color: '#DD704E'

red 221 ◦ green 112 ◦ blue 78

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

Shades of Burnt Sienna #DD704E

Tints of Burnt Sienna #DD704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.98%

R = 53.77%
G = 27.25%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DD704E (or 0xDD704E) is known color: Burnt Sienna. HEX triplet: DD, 70 and 4E. RGB value is (221,112,78). Sum of RGB (Red+Green+Blue) = 221+112+78=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 78 (30.86% from 255 or 18.98% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD704E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD704E is #228FB1. Grayscale: #8C8C8C. Windows color (decimal): -2265010 or 5140701. OLE color: 5140701.

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

Color convert

RGB 221 112 78 -
CMYK 0 0.49 0.65 0.13
HSL 14.27º 0.68% 0.59% -
HSV(B) 14.27º 0.65% 0.87% -
XYZ 36.99 27.51 10.57 -
YUV 140.72 92.61 185.26 -
System Red Green Blue C M Y K H S L
Decimal 221 112 78 0 0.49 0.65 0.13 14.27 0.68 0.59
Hex DD 70 4E 0 31 41 D E 44 3B
Octal 335 160 116 0 61 101 15 16 104 73
Binary 11011101 1110000 1001110 0 110001 1000001 1101 1110 1000100 111011

Color Harmonies of #DD704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD704E

Black with #DD704E

Text Example


Text Example

White with #DD704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD704E; }

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

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

background-color css

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

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

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

border-color css

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

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

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