Html Css Color HEX #DC4700 Tenne (Tawny)

📋 copy color: '#DC4700'

red 220 ◦ green 71 ◦ blue 0

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

Shades of Tenne (Tawny) #DC4700

Tints of Tenne (Tawny) #DC4700

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.6%
G = 24.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC4700 (or 0xDC4700) is known color: Tenne (Tawny). HEX triplet: DC, 47 and 00. RGB value is (220,71,0). Sum of RGB (Red+Green+Blue) = 220+71+0=291 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.60% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 0 (0.39% from 255 or 0% from 291); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4700 is #23B8FF. Grayscale: #6B6B6B. Windows color (decimal): -2341120 or 18396. OLE color: 18396.

HSL color Cylindrical-coordinate representation of color #DC4700: hue angle of 19.36º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC4700 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 71 0 -
CMYK 0 0.68 1 0.14
HSL 19.36º 1% 0.43% -
HSV(B) 19.36º 1% 0.86% -
XYZ 31.77 19.72 2.13 -
YUV 107.46 67.36 208.27 -
System Red Green Blue C M Y K H S L
Decimal 220 71 0 0 0.68 1 0.14 19.36 1 0.43
Hex DC 47 0 0 44 64 E 13 64 2B
Octal 334 107 0 0 104 144 16 23 144 53
Binary 11011100 1000111 0 0 1000100 1100100 1110 10011 1100100 101011

Color Harmonies of #DC4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4700

Black with #DC4700

Text Example


Text Example

White with #DC4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4700; }

 p { color: rgb(220,71,0); }

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

background-color css

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

 a { background-color: rgb(220,71,0); }

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

border-color css

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

 span { border-color: rgb(220,71,0); }

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