Html Css Color HEX #DC7C54 Burnt Sienna

📋 copy color: '#DC7C54'

red 220 ◦ green 124 ◦ blue 84

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

Shades of Burnt Sienna #DC7C54

Tints of Burnt Sienna #DC7C54

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.97%

 BLUE value IS 84 (33.2% from 255) = 19.63%

R = 51.4%
G = 28.97%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC7C54 (or 0xDC7C54) is known color: Burnt Sienna. HEX triplet: DC, 7C and 54. RGB value is (220,124,84). Sum of RGB (Red+Green+Blue) = 220+124+84=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 84 (33.20% from 255 or 19.63% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7C54 is #2383AB. Grayscale: #949494. Windows color (decimal): -2327468 or 5536988. OLE color: 5536988.

HSL color Cylindrical-coordinate representation of color #DC7C54: hue angle of 17.65º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC7C54 is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 124 84 -
CMYK 0 0.44 0.62 0.14
HSL 17.65º 0.66% 0.6% -
HSV(B) 17.65º 0.62% 0.86% -
XYZ 38.32 30.27 12.21 -
YUV 148.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 220 124 84 0 0.44 0.62 0.14 17.65 0.66 0.6
Hex DC 7C 54 0 2C 3E E 12 42 3C
Octal 334 174 124 0 54 76 16 22 102 74
Binary 11011100 1111100 1010100 0 101100 111110 1110 10010 1000010 111100

Color Harmonies of #DC7C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7C54

Black with #DC7C54

Text Example


Text Example

White with #DC7C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7C54; }

 p { color: rgb(220,124,84); }

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

background-color css

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

 a { background-color: rgb(220,124,84); }

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

border-color css

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

 span { border-color: rgb(220,124,84); }

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