Html Css Color HEX #D96500 Tenne (Tawny)

📋 copy color: '#D96500'

red 217 ◦ green 101 ◦ blue 0

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

Shades of Tenne (Tawny) #D96500

Tints of Tenne (Tawny) #D96500

RGB

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

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

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

R = 68.24%
G = 31.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D96500 (or 0xD96500) is known color: Tenne (Tawny). HEX triplet: D9, 65 and 00. RGB value is (217,101,0). Sum of RGB (Red+Green+Blue) = 217+101+0=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D96500 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96500 is #269AFF. Grayscale: #7C7C7C. Windows color (decimal): -2530048 or 26073. OLE color: 26073.

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

Color convert

RGB 217 101 0 -
CMYK 0 0.53 1 0.15
HSL 27.93º 1% 0.43% -
HSV(B) 27.93º 1% 0.85% -
XYZ 33.27 24.06 2.89 -
YUV 124.17 57.93 194.21 -
System Red Green Blue C M Y K H S L
Decimal 217 101 0 0 0.53 1 0.15 27.93 1 0.43
Hex D9 65 0 0 35 64 F 1C 64 2B
Octal 331 145 0 0 65 144 17 34 144 53
Binary 11011001 1100101 0 0 110101 1100100 1111 11100 1100100 101011

Color Harmonies of #D96500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96500

Black with #D96500

Text Example


Text Example

White with #D96500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96500; }

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

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

background-color css

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

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

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

border-color css

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

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

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