Html Css Color HEX #D76208 Tenne (Tawny)

📋 copy color: '#D76208'

red 215 ◦ green 98 ◦ blue 8

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

Shades of Tenne (Tawny) #D76208

Tints of Tenne (Tawny) #D76208

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.53%

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 66.98%
G = 30.53%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D76208 (or 0xD76208) is known color: Tenne (Tawny). HEX triplet: D7, 62 and 08. RGB value is (215,98,8). Sum of RGB (Red+Green+Blue) = 215+98+8=321 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.98% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 215 - color contains mainly: red. Hex color #D76208 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76208 is #289DF7. Grayscale: #7B7B7B. Windows color (decimal): -2661880 or 549591. OLE color: 549591.

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

Color convert

RGB 215 98 8 -
CMYK 0 0.54 0.96 0.16
HSL 26.09º 0.93% 0.44% -
HSV(B) 26.09º 0.96% 0.84% -
XYZ 32.44 23.2 3 -
YUV 122.72 63.26 193.82 -
System Red Green Blue C M Y K H S L
Decimal 215 98 8 0 0.54 0.96 0.16 26.09 0.93 0.44
Hex D7 62 8 0 36 60 10 1A 5D 2C
Octal 327 142 10 0 66 140 20 32 135 54
Binary 11010111 1100010 1000 0 110110 1100000 10000 11010 1011101 101100

Color Harmonies of #D76208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76208

Black with #D76208

Text Example


Text Example

White with #D76208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76208; }

 p { color: rgb(215,98,8); }

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

background-color css

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

 a { background-color: rgb(215,98,8); }

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

border-color css

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

 span { border-color: rgb(215,98,8); }

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