Html Css Color HEX #DC7451 Burnt Sienna

📋 copy color: '#DC7451'

red 220 ◦ green 116 ◦ blue 81

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

Shades of Burnt Sienna #DC7451

Tints of Burnt Sienna #DC7451

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.82%

 BLUE value IS 81 (32.03% from 255) = 19.42%

R = 52.76%
G = 27.82%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC7451 (or 0xDC7451) is known color: Burnt Sienna. HEX triplet: DC, 74 and 51. RGB value is (220,116,81). Sum of RGB (Red+Green+Blue) = 220+116+81=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 81 (32.03% from 255 or 19.42% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7451 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7451 is #238BAE. Grayscale: #8F8F8F. Windows color (decimal): -2329519 or 5338332. OLE color: 5338332.

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

Color convert

RGB 220 116 81 -
CMYK 0 0.47 0.63 0.14
HSL 15.11º 0.67% 0.59% -
HSV(B) 15.11º 0.63% 0.86% -
XYZ 37.25 28.3 11.28 -
YUV 143.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 220 116 81 0 0.47 0.63 0.14 15.11 0.67 0.59
Hex DC 74 51 0 2F 3F E F 43 3B
Octal 334 164 121 0 57 77 16 17 103 73
Binary 11011100 1110100 1010001 0 101111 111111 1110 1111 1000011 111011

Color Harmonies of #DC7451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7451

Black with #DC7451

Text Example


Text Example

White with #DC7451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7451; }

 p { color: rgb(220,116,81); }

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

background-color css

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

 a { background-color: rgb(220,116,81); }

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

border-color css

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

 span { border-color: rgb(220,116,81); }

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