Html Css Color HEX #D86000 Tenne (Tawny)

📋 copy color: '#D86000'

red 216 ◦ green 96 ◦ blue 0

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

Shades of Tenne (Tawny) #D86000

Tints of Tenne (Tawny) #D86000

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.77%

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

R = 69.23%
G = 30.77%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D86000 (or 0xD86000) is known color: Tenne (Tawny). HEX triplet: D8, 60 and 00. RGB value is (216,96,0). Sum of RGB (Red+Green+Blue) = 216+96+0=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D86000 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86000 is #279FFF. Grayscale: #797979. Windows color (decimal): -2596864 or 24792. OLE color: 24792.

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

Color convert

RGB 216 96 0 -
CMYK 0 0.56 1 0.15
HSL 26.67º 1% 0.42% -
HSV(B) 26.67º 1% 0.85% -
XYZ 32.5 22.96 2.72 -
YUV 120.94 59.76 195.81 -
System Red Green Blue C M Y K H S L
Decimal 216 96 0 0 0.56 1 0.15 26.67 1 0.42
Hex D8 60 0 0 38 64 F 1B 64 2A
Octal 330 140 0 0 70 144 17 33 144 52
Binary 11011000 1100000 0 0 111000 1100100 1111 11011 1100100 101010

Color Harmonies of #D86000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86000

Black with #D86000

Text Example


Text Example

White with #D86000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86000; }

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

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

background-color css

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

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

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

border-color css

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

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

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