#D76002

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

Shades of Tenne (Tawny) #D76002

Tints of Tenne (Tawny) #D76002

Color information

#D76002 (or 0xD76002) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 60 and 02. RGB value is (215,96,2). Sum of RGB (Red+Green+Blue) = 215+96+2=313 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.69% from 313); Green value is 96 (37.89% from 255 or 30.67% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 215 - color contains mainly: red. Hex color #D76002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D76002 is #289FFD. Grayscale: #797979. Windows color (decimal): -2662398 or 155863. OLE color: 155863.

HSL color Cylindrical-coordinate representation of color #D76002: hue angle of 26.48º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D76002 is Cyan = 0, Magento = 0.55, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB215962-
CMYK00.550.990.16
HSL26.48º98.16%42.55%-
HSV(B)26.48º99.07%84.31%-
XYZ32.2222.822.76-
YUV120.8660.92195.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 68.69%
GREEN value IS 96 (37.89% from 255) = 30.67%
BLUE value IS 2 (1.17% from 255) = 0.64%
R=68.69%
G=30.67%
B=0.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21596200.550.990.1626.4898.1642.55
HexD760203763101a622b
Octal3271402067143203214253
Binary110101111100000100110111110001110000110101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D76002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D76002; }

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

 H1.HeaderClassName
 {
   color: #D76002;
 }
 .AnyTagClassName
 {
   color: #D76002;
 }
</style>
background-color css

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

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

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

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

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

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