Html Css Color HEX #D76008 Tenne (Tawny)

📋 copy color: '#D76008'

red 215 ◦ green 96 ◦ blue 8

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

Shades of Tenne (Tawny) #D76008

Tints of Tenne (Tawny) #D76008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.09%

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

R = 67.4%
G = 30.09%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D76008 (or 0xD76008) is known color: Tenne (Tawny). HEX triplet: D7, 60 and 08. RGB value is (215,96,8). Sum of RGB (Red+Green+Blue) = 215+96+8=319 (42% of max value = 765). Red value is 215 (84.38% from 255 or 67.40% from 319); Green value is 96 (37.89% from 255 or 30.09% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 215 - color contains mainly: red. Hex color #D76008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76008 is #289FF7. Grayscale: #7A7A7A. Windows color (decimal): -2662392 or 549079. OLE color: 549079.

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

Color convert

RGB 215 96 8 -
CMYK 0 0.55 0.96 0.16
HSL 25.51º 0.93% 0.44% -
HSV(B) 25.51º 0.96% 0.84% -
XYZ 32.25 22.83 2.94 -
YUV 121.55 63.92 194.66 -
System Red Green Blue C M Y K H S L
Decimal 215 96 8 0 0.55 0.96 0.16 25.51 0.93 0.44
Hex D7 60 8 0 37 60 10 1A 5D 2C
Octal 327 140 10 0 67 140 20 32 135 54
Binary 11010111 1100000 1000 0 110111 1100000 10000 11010 1011101 101100

Color Harmonies of #D76008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76008

Black with #D76008

Text Example


Text Example

White with #D76008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76008; }

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

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

background-color css

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

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

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

border-color css

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

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

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