Html Css Color HEX #DC5106 Tenne (Tawny)

📋 copy color: '#DC5106'

red 220 ◦ green 81 ◦ blue 6

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

Shades of Tenne (Tawny) #DC5106

Tints of Tenne (Tawny) #DC5106

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.38%

 BLUE value IS 6 (2.73% from 255) = 1.95%

R = 71.66%
G = 26.38%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC5106 (or 0xDC5106) is known color: Tenne (Tawny). HEX triplet: DC, 51 and 06. RGB value is (220,81,6). Sum of RGB (Red+Green+Blue) = 220+81+6=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 6 (2.73% from 255 or 1.95% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC5106 is #23AEF9. Grayscale: #727272. Windows color (decimal): -2338554 or 414172. OLE color: 414172.

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

Color convert

RGB 220 81 6 -
CMYK 0 0.63 0.97 0.14
HSL 21.03º 0.95% 0.44% -
HSV(B) 21.03º 0.97% 0.86% -
XYZ 32.49 21.11 2.54 -
YUV 114.01 67.05 203.6 -
System Red Green Blue C M Y K H S L
Decimal 220 81 6 0 0.63 0.97 0.14 21.03 0.95 0.44
Hex DC 51 6 0 3F 61 E 15 5F 2C
Octal 334 121 6 0 77 141 16 25 137 54
Binary 11011100 1010001 110 0 111111 1100001 1110 10101 1011111 101100

Color Harmonies of #DC5106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5106

Black with #DC5106

Text Example


Text Example

White with #DC5106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5106; }

 p { color: rgb(220,81,6); }

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

background-color css

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

 a { background-color: rgb(220,81,6); }

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

border-color css

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

 span { border-color: rgb(220,81,6); }

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