Html Css Color HEX #D86208 Tenne (Tawny)

📋 copy color: '#D86208'

red 216 ◦ green 98 ◦ blue 8

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

Shades of Tenne (Tawny) #D86208

Tints of Tenne (Tawny) #D86208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.48%

R = 67.08%
G = 30.43%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D86208 (or 0xD86208) is known color: Tenne (Tawny). HEX triplet: D8, 62 and 08. RGB value is (216,98,8). Sum of RGB (Red+Green+Blue) = 216+98+8=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 8 (3.52% from 255 or 2.48% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D86208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86208 is #279DF7. Grayscale: #7B7B7B. Windows color (decimal): -2596344 or 549592. OLE color: 549592.

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

Color convert

RGB 216 98 8 -
CMYK 0 0.55 0.96 0.15
HSL 25.96º 0.93% 0.44% -
HSV(B) 25.96º 0.96% 0.85% -
XYZ 32.73 23.35 3.01 -
YUV 123.02 63.09 194.32 -
System Red Green Blue C M Y K H S L
Decimal 216 98 8 0 0.55 0.96 0.15 25.96 0.93 0.44
Hex D8 62 8 0 37 60 F 1A 5D 2C
Octal 330 142 10 0 67 140 17 32 135 54
Binary 11011000 1100010 1000 0 110111 1100000 1111 11010 1011101 101100

Color Harmonies of #D86208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86208

Black with #D86208

Text Example


Text Example

White with #D86208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86208; }

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

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

background-color css

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

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

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

border-color css

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

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

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