Html Css Color HEX #D86107 Tenne (Tawny)

📋 copy color: '#D86107'

red 216 ◦ green 97 ◦ blue 7

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

Shades of Tenne (Tawny) #D86107

Tints of Tenne (Tawny) #D86107

RGB

 RED value IS 216 (84.77% from 255) = 67.5%

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

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

R = 67.5%
G = 30.31%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D86107 (or 0xD86107) is known color: Tenne (Tawny). HEX triplet: D8, 61 and 07. RGB value is (216,97,7). Sum of RGB (Red+Green+Blue) = 216+97+7=320 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.5% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 216 - color contains mainly: red. Hex color #D86107 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86107 is #279EF8. Grayscale: #7A7A7A. Windows color (decimal): -2596601 or 483800. OLE color: 483800.

HSL color Cylindrical-coordinate representation of color #D86107: hue angle of 25.84º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D86107 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 97 7 -
CMYK 0 0.55 0.97 0.15
HSL 25.84º 0.94% 0.44% -
HSV(B) 25.84º 0.97% 0.85% -
XYZ 32.63 23.16 2.95 -
YUV 122.32 62.92 194.82 -
System Red Green Blue C M Y K H S L
Decimal 216 97 7 0 0.55 0.97 0.15 25.84 0.94 0.44
Hex D8 61 7 0 37 61 F 1A 5E 2C
Octal 330 141 7 0 67 141 17 32 136 54
Binary 11011000 1100001 111 0 110111 1100001 1111 11010 1011110 101100

Color Harmonies of #D86107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86107

Black with #D86107

Text Example


Text Example

White with #D86107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86107; }

 p { color: rgb(216,97,7); }

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

background-color css

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

 a { background-color: rgb(216,97,7); }

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

border-color css

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

 span { border-color: rgb(216,97,7); }

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