Html Css Color HEX #D76407 Tenne (Tawny)

📋 copy color: '#D76407'

red 215 ◦ green 100 ◦ blue 7

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

Shades of Tenne (Tawny) #D76407

Tints of Tenne (Tawny) #D76407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 66.77%
G = 31.06%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D76407 (or 0xD76407) is known color: Tenne (Tawny). HEX triplet: D7, 64 and 07. RGB value is (215,100,7). Sum of RGB (Red+Green+Blue) = 215+100+7=322 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.77% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 7 (3.12% from 255 or 2.17% from 322); Max value from RGB is 215 - color contains mainly: red. Hex color #D76407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76407 is #289BF8. Grayscale: #7C7C7C. Windows color (decimal): -2661369 or 484567. OLE color: 484567.

HSL color Cylindrical-coordinate representation of color #D76407: hue angle of 26.83º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D76407 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 100 7 -
CMYK 0 0.53 0.97 0.16
HSL 26.83º 0.94% 0.44% -
HSV(B) 26.83º 0.97% 0.84% -
XYZ 32.62 23.58 3.03 -
YUV 123.78 62.1 193.06 -
System Red Green Blue C M Y K H S L
Decimal 215 100 7 0 0.53 0.97 0.16 26.83 0.94 0.44
Hex D7 64 7 0 35 61 10 1B 5E 2C
Octal 327 144 7 0 65 141 20 33 136 54
Binary 11010111 1100100 111 0 110101 1100001 10000 11011 1011110 101100

Color Harmonies of #D76407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76407

Black with #D76407

Text Example


Text Example

White with #D76407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76407; }

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

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

background-color css

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

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

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

border-color css

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

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

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