Html Css Color HEX #D96100 Tenne (Tawny)

📋 copy color: '#D96100'

red 217 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #D96100

Tints of Tenne (Tawny) #D96100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.89%

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

R = 69.11%
G = 30.89%
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

#D96100 (or 0xD96100) is known color: Tenne (Tawny). HEX triplet: D9, 61 and 00. RGB value is (217,97,0). Sum of RGB (Red+Green+Blue) = 217+97+0=314 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.11% from 314); Green value is 97 (38.28% from 255 or 30.89% from 314); Blue value is 0 (0.39% from 255 or 0% from 314); Max value from RGB is 217 - color contains mainly: red. Hex color #D96100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96100 is #269EFF. Grayscale: #7A7A7A. Windows color (decimal): -2531072 or 25049. OLE color: 25049.

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

Color convert

RGB 217 97 0 -
CMYK 0 0.55 1 0.15
HSL 26.82º 1% 0.43% -
HSV(B) 26.82º 1% 0.85% -
XYZ 32.89 23.3 2.76 -
YUV 121.82 59.26 195.89 -
System Red Green Blue C M Y K H S L
Decimal 217 97 0 0 0.55 1 0.15 26.82 1 0.43
Hex D9 61 0 0 37 64 F 1B 64 2B
Octal 331 141 0 0 67 144 17 33 144 53
Binary 11011001 1100001 0 0 110111 1100100 1111 11011 1100100 101011

Color Harmonies of #D96100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96100

Black with #D96100

Text Example


Text Example

White with #D96100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96100; }

 p { color: rgb(217,97,0); }

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

background-color css

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

 a { background-color: rgb(217,97,0); }

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

border-color css

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

 span { border-color: rgb(217,97,0); }

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