Html Css Color HEX #DD724F Burnt Sienna

📋 copy color: '#DD724F'

red 221 ◦ green 114 ◦ blue 79

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

Shades of Burnt Sienna #DD724F

Tints of Burnt Sienna #DD724F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.54%

 BLUE value IS 79 (31.25% from 255) = 19.08%

R = 53.38%
G = 27.54%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD724F (or 0xDD724F) is known color: Burnt Sienna. HEX triplet: DD, 72 and 4F. RGB value is (221,114,79). Sum of RGB (Red+Green+Blue) = 221+114+79=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 79 (31.25% from 255 or 19.08% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD724F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD724F is #228DB0. Grayscale: #8E8E8E. Windows color (decimal): -2264497 or 5206749. OLE color: 5206749.

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

Color convert

RGB 221 114 79 -
CMYK 0 0.48 0.64 0.13
HSL 14.79º 0.68% 0.59% -
HSV(B) 14.79º 0.64% 0.87% -
XYZ 37.25 27.97 10.83 -
YUV 142 92.45 184.35 -
System Red Green Blue C M Y K H S L
Decimal 221 114 79 0 0.48 0.64 0.13 14.79 0.68 0.59
Hex DD 72 4F 0 30 40 D F 44 3B
Octal 335 162 117 0 60 100 15 17 104 73
Binary 11011101 1110010 1001111 0 110000 1000000 1101 1111 1000100 111011

Color Harmonies of #DD724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD724F

Black with #DD724F

Text Example


Text Example

White with #DD724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD724F; }

 p { color: rgb(221,114,79); }

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

background-color css

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

 a { background-color: rgb(221,114,79); }

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

border-color css

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

 span { border-color: rgb(221,114,79); }

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