Html Css Color HEX #DC724F Burnt Sienna

📋 copy color: '#DC724F'

red 220 ◦ green 114 ◦ blue 79

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

Shades of Burnt Sienna #DC724F

Tints of Burnt Sienna #DC724F

RGB

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

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

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

R = 53.27%
G = 27.6%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC724F (or 0xDC724F) is known color: Burnt Sienna. HEX triplet: DC, 72 and 4F. RGB value is (220,114,79). Sum of RGB (Red+Green+Blue) = 220+114+79=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 79 (31.25% from 255 or 19.13% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC724F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC724F is #238DB0. Grayscale: #8D8D8D. Windows color (decimal): -2330033 or 5206748. OLE color: 5206748.

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

Color convert

RGB 220 114 79 -
CMYK 0 0.48 0.64 0.14
HSL 14.89º 0.67% 0.59% -
HSV(B) 14.89º 0.64% 0.86% -
XYZ 36.94 27.81 10.82 -
YUV 141.7 92.62 183.85 -
System Red Green Blue C M Y K H S L
Decimal 220 114 79 0 0.48 0.64 0.14 14.89 0.67 0.59
Hex DC 72 4F 0 30 40 E F 43 3B
Octal 334 162 117 0 60 100 16 17 103 73
Binary 11011100 1110010 1001111 0 110000 1000000 1110 1111 1000011 111011

Color Harmonies of #DC724F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC724F

Black with #DC724F

Text Example


Text Example

White with #DC724F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC724F; }

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

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

background-color css

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

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

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

border-color css

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

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

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