Html Css Color HEX #D96208 Tenne (Tawny)

📋 copy color: '#D96208'

red 217 ◦ green 98 ◦ blue 8

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

Shades of Tenne (Tawny) #D96208

Tints of Tenne (Tawny) #D96208

RGB

 RED value IS 217 (85.16% from 255) = 67.18%

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

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

R = 67.18%
G = 30.34%
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

#D96208 (or 0xD96208) is known color: Tenne (Tawny). HEX triplet: D9, 62 and 08. RGB value is (217,98,8). Sum of RGB (Red+Green+Blue) = 217+98+8=323 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.18% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 217 - color contains mainly: red. Hex color #D96208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96208 is #269DF7. Grayscale: #7B7B7B. Windows color (decimal): -2530808 or 549593. OLE color: 549593.

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

Color convert

RGB 217 98 8 -
CMYK 0 0.55 0.96 0.15
HSL 25.84º 0.93% 0.44% -
HSV(B) 25.84º 0.96% 0.85% -
XYZ 33.03 23.5 3.03 -
YUV 123.32 62.92 194.82 -
System Red Green Blue C M Y K H S L
Decimal 217 98 8 0 0.55 0.96 0.15 25.84 0.93 0.44
Hex D9 62 8 0 37 60 F 1A 5D 2C
Octal 331 142 10 0 67 140 17 32 135 54
Binary 11011001 1100010 1000 0 110111 1100000 1111 11010 1011101 101100

Color Harmonies of #D96208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96208

Black with #D96208

Text Example


Text Example

White with #D96208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96208; }

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

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

background-color css

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

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

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

border-color css

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

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

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