Html Css Color HEX #D76100 Tenne (Tawny)

📋 copy color: '#D76100'

red 215 ◦ green 97 ◦ blue 0

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

Shades of Tenne (Tawny) #D76100

Tints of Tenne (Tawny) #D76100

RGB

 RED value IS 215 (84.38% from 255) = 68.91%

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

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

R = 68.91%
G = 31.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D76100 (or 0xD76100) is known color: Tenne (Tawny). HEX triplet: D7, 61 and 00. RGB value is (215,97,0). Sum of RGB (Red+Green+Blue) = 215+97+0=312 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.91% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 215 - color contains mainly: red. Hex color #D76100 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76100 is #289EFF. Grayscale: #797979. Windows color (decimal): -2662144 or 25047. OLE color: 25047.

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

Color convert

RGB 215 97 0 -
CMYK 0 0.55 1 0.16
HSL 27.07º 1% 0.42% -
HSV(B) 27.07º 1% 0.84% -
XYZ 32.3 23 2.74 -
YUV 121.22 59.59 194.89 -
System Red Green Blue C M Y K H S L
Decimal 215 97 0 0 0.55 1 0.16 27.07 1 0.42
Hex D7 61 0 0 37 64 10 1B 64 2A
Octal 327 141 0 0 67 144 20 33 144 52
Binary 11010111 1100001 0 0 110111 1100100 10000 11011 1100100 101010

Color Harmonies of #D76100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76100

Black with #D76100

Text Example


Text Example

White with #D76100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76100; }

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

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

background-color css

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

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

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

border-color css

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

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

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