Html Css Color HEX #D96400 Tenne (Tawny)

📋 copy color: '#D96400'

red 217 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #D96400

Tints of Tenne (Tawny) #D96400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.55%

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

R = 68.45%
G = 31.55%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D96400 (or 0xD96400) is known color: Tenne (Tawny). HEX triplet: D9, 64 and 00. RGB value is (217,100,0). Sum of RGB (Red+Green+Blue) = 217+100+0=317 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.45% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 217 - color contains mainly: red. Hex color #D96400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96400 is #269BFF. Grayscale: #7C7C7C. Windows color (decimal): -2530304 or 25817. OLE color: 25817.

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

Color convert

RGB 217 100 0 -
CMYK 0 0.54 1 0.15
HSL 27.65º 1% 0.43% -
HSV(B) 27.65º 1% 0.85% -
XYZ 33.17 23.87 2.86 -
YUV 123.58 58.26 194.63 -
System Red Green Blue C M Y K H S L
Decimal 217 100 0 0 0.54 1 0.15 27.65 1 0.43
Hex D9 64 0 0 36 64 F 1C 64 2B
Octal 331 144 0 0 66 144 17 34 144 53
Binary 11011001 1100100 0 0 110110 1100100 1111 11100 1100100 101011

Color Harmonies of #D96400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96400

Black with #D96400

Text Example


Text Example

White with #D96400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96400; }

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

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

background-color css

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

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

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

border-color css

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

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

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