Html Css Color HEX #DC6100 Tenne (Tawny)

📋 copy color: '#DC6100'

red 220 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #DC6100

Tints of Tenne (Tawny) #DC6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.6%

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

R = 69.4%
G = 30.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC6100 (or 0xDC6100) is known color: Tenne (Tawny). HEX triplet: DC, 61 and 00. RGB value is (220,97,0). Sum of RGB (Red+Green+Blue) = 220+97+0=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC6100 is #239EFF. Grayscale: #7B7B7B. Windows color (decimal): -2334464 or 25052. OLE color: 25052.

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

Color convert

RGB 220 97 0 -
CMYK 0 0.56 1 0.14
HSL 26.45º 1% 0.43% -
HSV(B) 26.45º 1% 0.86% -
XYZ 33.79 23.77 2.81 -
YUV 122.72 58.75 197.39 -
System Red Green Blue C M Y K H S L
Decimal 220 97 0 0 0.56 1 0.14 26.45 1 0.43
Hex DC 61 0 0 38 64 E 1A 64 2B
Octal 334 141 0 0 70 144 16 32 144 53
Binary 11011100 1100001 0 0 111000 1100100 1110 11010 1100100 101011

Color Harmonies of #DC6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6100

Black with #DC6100

Text Example


Text Example

White with #DC6100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6100; }

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

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

background-color css

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

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

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

border-color css

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

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

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