Html Css Color HEX #DC5607 Tenne (Tawny)

📋 copy color: '#DC5607'

red 220 ◦ green 86 ◦ blue 7

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

Shades of Tenne (Tawny) #DC5607

Tints of Tenne (Tawny) #DC5607

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.48%

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

R = 70.29%
G = 27.48%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5607 (or 0xDC5607) is known color: Tenne (Tawny). HEX triplet: DC, 56 and 07. RGB value is (220,86,7). Sum of RGB (Red+Green+Blue) = 220+86+7=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 7 (3.12% from 255 or 2.24% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5607 is #23A9F8. Grayscale: #757575. Windows color (decimal): -2337273 or 480988. OLE color: 480988.

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

Color convert

RGB 220 86 7 -
CMYK 0 0.61 0.97 0.14
HSL 22.25º 0.94% 0.45% -
HSV(B) 22.25º 0.97% 0.86% -
XYZ 32.88 21.89 2.69 -
YUV 117.06 65.89 201.42 -
System Red Green Blue C M Y K H S L
Decimal 220 86 7 0 0.61 0.97 0.14 22.25 0.94 0.45
Hex DC 56 7 0 3D 61 E 16 5E 2D
Octal 334 126 7 0 75 141 16 26 136 55
Binary 11011100 1010110 111 0 111101 1100001 1110 10110 1011110 101101

Color Harmonies of #DC5607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5607

Black with #DC5607

Text Example


Text Example

White with #DC5607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5607; }

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

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

background-color css

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

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

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

border-color css

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

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

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