Html Css Color HEX #D76200 Tenne (Tawny)

📋 copy color: '#D76200'

red 215 ◦ green 98 ◦ blue 0

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

Shades of Tenne (Tawny) #D76200

Tints of Tenne (Tawny) #D76200

RGB

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

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

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

R = 68.69%
G = 31.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D76200 (or 0xD76200) is known color: Tenne (Tawny). HEX triplet: D7, 62 and 00. RGB value is (215,98,0). Sum of RGB (Red+Green+Blue) = 215+98+0=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 0 (0.39% from 255 or 0% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D76200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76200 is #289DFF. Grayscale: #7A7A7A. Windows color (decimal): -2661888 or 25303. OLE color: 25303.

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

Color convert

RGB 215 98 0 -
CMYK 0 0.54 1 0.16
HSL 27.35º 1% 0.42% -
HSV(B) 27.35º 1% 0.84% -
XYZ 32.39 23.18 2.77 -
YUV 121.81 59.26 194.47 -
System Red Green Blue C M Y K H S L
Decimal 215 98 0 0 0.54 1 0.16 27.35 1 0.42
Hex D7 62 0 0 36 64 10 1B 64 2A
Octal 327 142 0 0 66 144 20 33 144 52
Binary 11010111 1100010 0 0 110110 1100100 10000 11011 1100100 101010

Color Harmonies of #D76200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D76200

Black with #D76200

Text Example


Text Example

White with #D76200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D76200; }

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

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

background-color css

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

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

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

border-color css

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

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

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