Html Css Color HEX #DC704F Burnt Sienna

📋 copy color: '#DC704F'

red 220 ◦ green 112 ◦ blue 79

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

Shades of Burnt Sienna #DC704F

Tints of Burnt Sienna #DC704F

RGB

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

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

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

R = 53.53%
G = 27.25%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC704F (or 0xDC704F) is known color: Burnt Sienna. HEX triplet: DC, 70 and 4F. RGB value is (220,112,79). Sum of RGB (Red+Green+Blue) = 220+112+79=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 112 (44.14% from 255 or 27.25% from 411); Blue value is 79 (31.25% from 255 or 19.22% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC704F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC704F is #238FB0. Grayscale: #8C8C8C. Windows color (decimal): -2330545 or 5206236. OLE color: 5206236.

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

Color convert

RGB 220 112 79 -
CMYK 0 0.49 0.64 0.14
HSL 14.04º 0.67% 0.59% -
HSV(B) 14.04º 0.64% 0.86% -
XYZ 36.72 27.37 10.74 -
YUV 140.53 93.28 184.68 -
System Red Green Blue C M Y K H S L
Decimal 220 112 79 0 0.49 0.64 0.14 14.04 0.67 0.59
Hex DC 70 4F 0 31 40 E E 43 3B
Octal 334 160 117 0 61 100 16 16 103 73
Binary 11011100 1110000 1001111 0 110001 1000000 1110 1110 1000011 111011

Color Harmonies of #DC704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC704F

Black with #DC704F

Text Example


Text Example

White with #DC704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC704F; }

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

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

background-color css

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

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

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

border-color css

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

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

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