Html Css Color HEX #D76700 Tenne (Tawny)

📋 copy color: '#D76700'

red 215 ◦ green 103 ◦ blue 0

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

Shades of Tenne (Tawny) #D76700

Tints of Tenne (Tawny) #D76700

RGB

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

 GREEN value IS 103 (40.63% from 255) = 32.39%

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

R = 67.61%
G = 32.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D76700 (or 0xD76700) is known color: Tenne (Tawny). HEX triplet: D7, 67 and 00. RGB value is (215,103,0). Sum of RGB (Red+Green+Blue) = 215+103+0=318 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.61% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 215 - color contains mainly: red. Hex color #D76700 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76700 is #2898FF. Grayscale: #7D7D7D. Windows color (decimal): -2660608 or 26583. OLE color: 26583.

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

Color convert

RGB 215 103 0 -
CMYK 0 0.52 1 0.16
HSL 28.74º 1% 0.42% -
HSV(B) 28.74º 1% 0.84% -
XYZ 32.87 24.15 2.93 -
YUV 124.75 57.61 192.38 -
System Red Green Blue C M Y K H S L
Decimal 215 103 0 0 0.52 1 0.16 28.74 1 0.42
Hex D7 67 0 0 34 64 10 1D 64 2A
Octal 327 147 0 0 64 144 20 35 144 52
Binary 11010111 1100111 0 0 110100 1100100 10000 11101 1100100 101010

Color Harmonies of #D76700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76700

Black with #D76700

Text Example


Text Example

White with #D76700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76700; }

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

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

background-color css

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

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

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

border-color css

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

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

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