Html Css Color HEX #DC5007 Tenne (Tawny)

📋 copy color: '#DC5007'

red 220 ◦ green 80 ◦ blue 7

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

Shades of Tenne (Tawny) #DC5007

Tints of Tenne (Tawny) #DC5007

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.06%

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

R = 71.66%
G = 26.06%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5007 (or 0xDC5007) is known color: Tenne (Tawny). HEX triplet: DC, 50 and 07. RGB value is (220,80,7). Sum of RGB (Red+Green+Blue) = 220+80+7=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 80 (31.64% from 255 or 26.06% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5007 is #23AFF8. Grayscale: #717171. Windows color (decimal): -2338809 or 479452. OLE color: 479452.

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

Color convert

RGB 220 80 7 -
CMYK 0 0.64 0.97 0.14
HSL 20.56º 0.94% 0.45% -
HSV(B) 20.56º 0.97% 0.86% -
XYZ 32.42 20.97 2.54 -
YUV 113.54 67.88 203.94 -
System Red Green Blue C M Y K H S L
Decimal 220 80 7 0 0.64 0.97 0.14 20.56 0.94 0.45
Hex DC 50 7 0 40 61 E 15 5E 2D
Octal 334 120 7 0 100 141 16 25 136 55
Binary 11011100 1010000 111 0 1000000 1100001 1110 10101 1011110 101101

Color Harmonies of #DC5007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5007

Black with #DC5007

Text Example


Text Example

White with #DC5007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5007; }

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

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

background-color css

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

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

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

border-color css

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

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

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