Html Css Color HEX #DD714D Burnt Sienna

📋 copy color: '#DD714D'

red 221 ◦ green 113 ◦ blue 77

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

Shades of Burnt Sienna #DD714D

Tints of Burnt Sienna #DD714D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

 BLUE value IS 77 (30.47% from 255) = 18.73%

R = 53.77%
G = 27.49%
B = 18.73%

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

#DD714D (or 0xDD714D) is known color: Burnt Sienna. HEX triplet: DD, 71 and 4D. RGB value is (221,113,77). Sum of RGB (Red+Green+Blue) = 221+113+77=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 77 (30.47% from 255 or 18.73% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD714D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD714D is #228EB2. Grayscale: #8D8D8D. Windows color (decimal): -2264755 or 5075421. OLE color: 5075421.

HSL color Cylindrical-coordinate representation of color #DD714D: hue angle of 15º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DD714D is Cyan = 0, Magento = 0.49, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 113 77 -
CMYK 0 0.49 0.65 0.13
HSL 15º 0.68% 0.58% -
HSV(B) 15º 0.65% 0.87% -
XYZ 37.06 27.72 10.42 -
YUV 141.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 221 113 77 0 0.49 0.65 0.13 15 0.68 0.58
Hex DD 71 4D 0 31 41 D F 44 3A
Octal 335 161 115 0 61 101 15 17 104 72
Binary 11011101 1110001 1001101 0 110001 1000001 1101 1111 1000100 111010

Color Harmonies of #DD714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD714D

Black with #DD714D

Text Example


Text Example

White with #DD714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD714D; }

 p { color: rgb(221,113,77); }

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

background-color css

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

 a { background-color: rgb(221,113,77); }

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

border-color css

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

 span { border-color: rgb(221,113,77); }

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