Html Css Color HEX #DC7450 Burnt Sienna

📋 copy color: '#DC7450'

red 220 ◦ green 116 ◦ blue 80

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

Shades of Burnt Sienna #DC7450

Tints of Burnt Sienna #DC7450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 19.23%

R = 52.88%
G = 27.88%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC7450 (or 0xDC7450) is known color: Burnt Sienna. HEX triplet: DC, 74 and 50. RGB value is (220,116,80). Sum of RGB (Red+Green+Blue) = 220+116+80=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7450 is #238BAF. Grayscale: #8F8F8F. Windows color (decimal): -2329520 or 5272796. OLE color: 5272796.

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

Color convert

RGB 220 116 80 -
CMYK 0 0.47 0.64 0.14
HSL 15.43º 0.67% 0.59% -
HSV(B) 15.43º 0.64% 0.86% -
XYZ 37.21 28.29 11.09 -
YUV 142.99 92.46 182.93 -
System Red Green Blue C M Y K H S L
Decimal 220 116 80 0 0.47 0.64 0.14 15.43 0.67 0.59
Hex DC 74 50 0 2F 40 E F 43 3B
Octal 334 164 120 0 57 100 16 17 103 73
Binary 11011100 1110100 1010000 0 101111 1000000 1110 1111 1000011 111011

Color Harmonies of #DC7450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7450

Black with #DC7450

Text Example


Text Example

White with #DC7450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7450; }

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

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

background-color css

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

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

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

border-color css

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

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

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