Html Css Color HEX #D96200 Tenne (Tawny)

📋 copy color: '#D96200'

red 217 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #D96200

Tints of Tenne (Tawny) #D96200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

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

R = 68.89%
G = 31.11%
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

#D96200 (or 0xD96200) is known color: Tenne (Tawny). HEX triplet: D9, 62 and 00. RGB value is (217,98,0). Sum of RGB (Red+Green+Blue) = 217+98+0=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D96200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D96200 is #269DFF. Grayscale: #7A7A7A. Windows color (decimal): -2530816 or 25305. OLE color: 25305.

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

Color convert

RGB 217 98 0 -
CMYK 0 0.55 1 0.15
HSL 27.1º 1% 0.43% -
HSV(B) 27.1º 1% 0.85% -
XYZ 32.98 23.49 2.8 -
YUV 122.41 58.92 195.47 -
System Red Green Blue C M Y K H S L
Decimal 217 98 0 0 0.55 1 0.15 27.1 1 0.43
Hex D9 62 0 0 37 64 F 1B 64 2B
Octal 331 142 0 0 67 144 17 33 144 53
Binary 11011001 1100010 0 0 110111 1100100 1111 11011 1100100 101011

Color Harmonies of #D96200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96200

Black with #D96200

Text Example


Text Example

White with #D96200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96200; }

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

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

background-color css

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

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

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

border-color css

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

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

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