Html Css Color HEX #DC704D Burnt Sienna

📋 copy color: '#DC704D'

red 220 ◦ green 112 ◦ blue 77

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

Shades of Burnt Sienna #DC704D

Tints of Burnt Sienna #DC704D

RGB

 RED value IS 220 (86.33% from 255) = 53.79%

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

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

R = 53.79%
G = 27.38%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC704D (or 0xDC704D) is known color: Burnt Sienna. HEX triplet: DC, 70 and 4D. RGB value is (220,112,77). Sum of RGB (Red+Green+Blue) = 220+112+77=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC704D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC704D is #238FB2. Grayscale: #8C8C8C. Windows color (decimal): -2330547 or 5075164. OLE color: 5075164.

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

Color convert

RGB 220 112 77 -
CMYK 0 0.49 0.65 0.14
HSL 14.69º 0.67% 0.58% -
HSV(B) 14.69º 0.65% 0.86% -
XYZ 36.65 27.34 10.37 -
YUV 140.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 220 112 77 0 0.49 0.65 0.14 14.69 0.67 0.58
Hex DC 70 4D 0 31 41 E F 43 3A
Octal 334 160 115 0 61 101 16 17 103 72
Binary 11011100 1110000 1001101 0 110001 1000001 1110 1111 1000011 111010

Color Harmonies of #DC704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC704D

Black with #DC704D

Text Example


Text Example

White with #DC704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC704D; }

 p { color: rgb(220,112,77); }

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

background-color css

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

 a { background-color: rgb(220,112,77); }

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

border-color css

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

 span { border-color: rgb(220,112,77); }

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