#D76200

Color #D76200 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #D76200

Tints of Tenne (Tawny) #D76200

Color information

#D76200 (or 0xD76200) is unknown color: approx 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

RGB215980-
CMYK00.5410.16
HSL27.35º100%42.16%-
HSV(B)27.35º100%84.31%-
XYZ32.3923.182.77-
YUV121.8159.26194.47-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21598000.5410.1627.3510042.16
HexD762003664101b642a
Octal3271420066144203314452
Binary11010111110001000110110110010010000110111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>