Html Css Color HEX #D86100 Tenne (Tawny)

📋 copy color: '#D86100'

red 216 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #D86100

Tints of Tenne (Tawny) #D86100

RGB

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

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

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

R = 69.01%
G = 30.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D86100 (or 0xD86100) is known color: Tenne (Tawny). HEX triplet: D8, 61 and 00. RGB value is (216,97,0). Sum of RGB (Red+Green+Blue) = 216+97+0=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D86100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86100 is #279EFF. Grayscale: #7A7A7A. Windows color (decimal): -2596608 or 25048. OLE color: 25048.

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

Color convert

RGB 216 97 0 -
CMYK 0 0.55 1 0.15
HSL 26.94º 1% 0.42% -
HSV(B) 26.94º 1% 0.85% -
XYZ 32.59 23.15 2.75 -
YUV 121.52 59.42 195.39 -
System Red Green Blue C M Y K H S L
Decimal 216 97 0 0 0.55 1 0.15 26.94 1 0.42
Hex D8 61 0 0 37 64 F 1B 64 2A
Octal 330 141 0 0 67 144 17 33 144 52
Binary 11011000 1100001 0 0 110111 1100100 1111 11011 1100100 101010

Color Harmonies of #D86100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86100

Black with #D86100

Text Example


Text Example

White with #D86100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86100; }

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

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

background-color css

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

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

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

border-color css

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

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

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