Html Css Color HEX #D76307 Tenne (Tawny)

📋 copy color: '#D76307'

red 215 ◦ green 99 ◦ blue 7

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

Shades of Tenne (Tawny) #D76307

Tints of Tenne (Tawny) #D76307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.84%

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

R = 66.98%
G = 30.84%
B = 2.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D76307 (or 0xD76307) is known color: Tenne (Tawny). HEX triplet: D7, 63 and 07. RGB value is (215,99,7). Sum of RGB (Red+Green+Blue) = 215+99+7=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D76307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76307 is #289CF8. Grayscale: #7B7B7B. Windows color (decimal): -2661625 or 484311. OLE color: 484311.

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

Color convert

RGB 215 99 7 -
CMYK 0 0.54 0.97 0.16
HSL 26.54º 0.94% 0.44% -
HSV(B) 26.54º 0.97% 0.84% -
XYZ 32.52 23.39 3 -
YUV 123.2 62.43 193.48 -
System Red Green Blue C M Y K H S L
Decimal 215 99 7 0 0.54 0.97 0.16 26.54 0.94 0.44
Hex D7 63 7 0 36 61 10 1B 5E 2C
Octal 327 143 7 0 66 141 20 33 136 54
Binary 11010111 1100011 111 0 110110 1100001 10000 11011 1011110 101100

Color Harmonies of #D76307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76307

Black with #D76307

Text Example


Text Example

White with #D76307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76307; }

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

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

background-color css

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

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

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

border-color css

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

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

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