Html Css Color HEX #D96508 Tenne (Tawny)

📋 copy color: '#D96508'

red 217 ◦ green 101 ◦ blue 8

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

Shades of Tenne (Tawny) #D96508

Tints of Tenne (Tawny) #D96508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 66.56%
G = 30.98%
B = 2.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D96508 (or 0xD96508) is known color: Tenne (Tawny). HEX triplet: D9, 65 and 08. RGB value is (217,101,8). Sum of RGB (Red+Green+Blue) = 217+101+8=326 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.56% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 8 (3.52% from 255 or 2.45% from 326); Max value from RGB is 217 - color contains mainly: red. Hex color #D96508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96508 is #269AF7. Grayscale: #7D7D7D. Windows color (decimal): -2530040 or 550361. OLE color: 550361.

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

Color convert

RGB 217 101 8 -
CMYK 0 0.53 0.96 0.15
HSL 26.7º 0.93% 0.44% -
HSV(B) 26.7º 0.96% 0.85% -
XYZ 33.31 24.08 3.12 -
YUV 125.08 61.93 193.56 -
System Red Green Blue C M Y K H S L
Decimal 217 101 8 0 0.53 0.96 0.15 26.7 0.93 0.44
Hex D9 65 8 0 35 60 F 1B 5D 2C
Octal 331 145 10 0 65 140 17 33 135 54
Binary 11011001 1100101 1000 0 110101 1100000 1111 11011 1011101 101100

Color Harmonies of #D96508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96508

Black with #D96508

Text Example


Text Example

White with #D96508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96508; }

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

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

background-color css

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

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

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

border-color css

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

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

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