Html Css Color HEX #DC5407 Tenne (Tawny)

📋 copy color: '#DC5407'

red 220 ◦ green 84 ◦ blue 7

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

Shades of Tenne (Tawny) #DC5407

Tints of Tenne (Tawny) #DC5407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.01%

 BLUE value IS 7 (3.13% from 255) = 2.25%

R = 70.74%
G = 27.01%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5407 (or 0xDC5407) is known color: Tenne (Tawny). HEX triplet: DC, 54 and 07. RGB value is (220,84,7). Sum of RGB (Red+Green+Blue) = 220+84+7=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5407 is #23ABF8. Grayscale: #747474. Windows color (decimal): -2337785 or 480476. OLE color: 480476.

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

Color convert

RGB 220 84 7 -
CMYK 0 0.62 0.97 0.14
HSL 21.69º 0.94% 0.45% -
HSV(B) 21.69º 0.97% 0.86% -
XYZ 32.72 21.57 2.64 -
YUV 115.89 66.56 202.26 -
System Red Green Blue C M Y K H S L
Decimal 220 84 7 0 0.62 0.97 0.14 21.69 0.94 0.45
Hex DC 54 7 0 3E 61 E 16 5E 2D
Octal 334 124 7 0 76 141 16 26 136 55
Binary 11011100 1010100 111 0 111110 1100001 1110 10110 1011110 101101

Color Harmonies of #DC5407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5407

Black with #DC5407

Text Example


Text Example

White with #DC5407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5407; }

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

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

background-color css

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

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

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

border-color css

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

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

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