Html Css Color HEX #D76400 Tenne (Tawny)

📋 copy color: '#D76400'

red 215 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #D76400

Tints of Tenne (Tawny) #D76400

RGB

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

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

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

R = 68.25%
G = 31.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D76400 (or 0xD76400) is known color: Tenne (Tawny). HEX triplet: D7, 64 and 00. RGB value is (215,100,0). Sum of RGB (Red+Green+Blue) = 215+100+0=315 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.25% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 0 (0.39% from 255 or 0% from 315); Max value from RGB is 215 - color contains mainly: red. Hex color #D76400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76400 is #289BFF. Grayscale: #7B7B7B. Windows color (decimal): -2661376 or 25815. OLE color: 25815.

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

Color convert

RGB 215 100 0 -
CMYK 0 0.53 1 0.16
HSL 27.91º 1% 0.42% -
HSV(B) 27.91º 1% 0.84% -
XYZ 32.58 23.56 2.83 -
YUV 122.99 58.6 193.63 -
System Red Green Blue C M Y K H S L
Decimal 215 100 0 0 0.53 1 0.16 27.91 1 0.42
Hex D7 64 0 0 35 64 10 1C 64 2A
Octal 327 144 0 0 65 144 20 34 144 52
Binary 11010111 1100100 0 0 110101 1100100 10000 11100 1100100 101010

Color Harmonies of #D76400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76400

Black with #D76400

Text Example


Text Example

White with #D76400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76400; }

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

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

background-color css

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

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

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

border-color css

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

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

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