Html Css Color HEX #D96008 Tenne (Tawny)

📋 copy color: '#D96008'

red 217 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #D96008

Tints of Tenne (Tawny) #D96008

RGB

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

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

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

R = 67.6%
G = 29.91%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D96008 (or 0xD96008) is known color: Tenne (Tawny). HEX triplet: D9, 60 and 08. RGB value is (217,96,8). Sum of RGB (Red+Green+Blue) = 217+96+8=321 (42% of max value = 765). Red value is 217 (85.16% from 255 or 67.60% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 217 - color contains mainly: red. Hex color #D96008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96008 is #269FF7. Grayscale: #7A7A7A. Windows color (decimal): -2531320 or 549081. OLE color: 549081.

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

Color convert

RGB 217 96 8 -
CMYK 0 0.56 0.96 0.15
HSL 25.26º 0.93% 0.44% -
HSV(B) 25.26º 0.96% 0.85% -
XYZ 32.84 23.13 2.96 -
YUV 122.15 63.59 195.66 -
System Red Green Blue C M Y K H S L
Decimal 217 96 8 0 0.56 0.96 0.15 25.26 0.93 0.44
Hex D9 60 8 0 38 60 F 19 5D 2C
Octal 331 140 10 0 70 140 17 31 135 54
Binary 11011001 1100000 1000 0 111000 1100000 1111 11001 1011101 101100

Color Harmonies of #D96008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96008

Black with #D96008

Text Example


Text Example

White with #D96008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96008; }

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

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

background-color css

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

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

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

border-color css

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

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

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