Html Css Color HEX #DC704C Burnt Sienna

📋 copy color: '#DC704C'

red 220 ◦ green 112 ◦ blue 76

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

Shades of Burnt Sienna #DC704C

Tints of Burnt Sienna #DC704C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.63%

R = 53.92%
G = 27.45%
B = 18.63%

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

#DC704C (or 0xDC704C) is known color: Burnt Sienna. HEX triplet: DC, 70 and 4C. RGB value is (220,112,76). Sum of RGB (Red+Green+Blue) = 220+112+76=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 76 (30.08% from 255 or 18.63% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC704C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC704C is #238FB3. Grayscale: #8C8C8C. Windows color (decimal): -2330548 or 5009628. OLE color: 5009628.

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

Color convert

RGB 220 112 76 -
CMYK 0 0.49 0.65 0.14
HSL 15º 0.67% 0.58% -
HSV(B) 15º 0.65% 0.86% -
XYZ 36.61 27.33 10.18 -
YUV 140.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 220 112 76 0 0.49 0.65 0.14 15 0.67 0.58
Hex DC 70 4C 0 31 41 E F 43 3A
Octal 334 160 114 0 61 101 16 17 103 72
Binary 11011100 1110000 1001100 0 110001 1000001 1110 1111 1000011 111010

Color Harmonies of #DC704C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC704C

Black with #DC704C

Text Example


Text Example

White with #DC704C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC704C; }

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

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

background-color css

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

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

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

border-color css

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

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

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