Html Css Color HEX #D76701 Tenne (Tawny)

📋 copy color: '#D76701'

red 215 ◦ green 103 ◦ blue 1

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

Shades of Tenne (Tawny) #D76701

Tints of Tenne (Tawny) #D76701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 67.4%
G = 32.29%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D76701 (or 0xD76701) is known color: Tenne (Tawny). HEX triplet: D7, 67 and 01. RGB value is (215,103,1). Sum of RGB (Red+Green+Blue) = 215+103+1=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D76701 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76701 is #2898FE. Grayscale: #7D7D7D. Windows color (decimal): -2660607 or 92119. OLE color: 92119.

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

Color convert

RGB 215 103 1 -
CMYK 0 0.52 1.00 0.16
HSL 28.6º 0.99% 0.42% -
HSV(B) 28.6º 1% 0.84% -
XYZ 32.88 24.15 2.96 -
YUV 124.86 58.11 192.29 -
System Red Green Blue C M Y K H S L
Decimal 215 103 1 0 0.52 1.00 0.16 28.6 0.99 0.42
Hex D7 67 1 0 34 64 10 1D 63 2A
Octal 327 147 1 0 64 144 20 35 143 52
Binary 11010111 1100111 1 0 110100 1100100 10000 11101 1100011 101010

Color Harmonies of #D76701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76701

Black with #D76701

Text Example


Text Example

White with #D76701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76701; }

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

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

background-color css

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

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

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

border-color css

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

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

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