Html Css Color HEX #D86200 Tenne (Tawny)

📋 copy color: '#D86200'

red 216 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #D86200

Tints of Tenne (Tawny) #D86200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.21%

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

R = 68.79%
G = 31.21%
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

#D86200 (or 0xD86200) is known color: Tenne (Tawny). HEX triplet: D8, 62 and 00. RGB value is (216,98,0). Sum of RGB (Red+Green+Blue) = 216+98+0=314 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.79% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 216 - color contains mainly: red. Hex color #D86200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86200 is #279DFF. Grayscale: #7A7A7A. Windows color (decimal): -2596352 or 25304. OLE color: 25304.

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

Color convert

RGB 216 98 0 -
CMYK 0 0.55 1 0.15
HSL 27.22º 1% 0.42% -
HSV(B) 27.22º 1% 0.85% -
XYZ 32.69 23.33 2.78 -
YUV 122.11 59.09 194.97 -
System Red Green Blue C M Y K H S L
Decimal 216 98 0 0 0.55 1 0.15 27.22 1 0.42
Hex D8 62 0 0 37 64 F 1B 64 2A
Octal 330 142 0 0 67 144 17 33 144 52
Binary 11011000 1100010 0 0 110111 1100100 1111 11011 1100100 101010

Color Harmonies of #D86200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86200

Black with #D86200

Text Example


Text Example

White with #D86200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86200; }

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

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

background-color css

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

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

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

border-color css

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

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

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