#D74304

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

Shades of Tenne (Tawny) #D74304

Tints of Tenne (Tawny) #D74304

Color information

#D74304 (or 0xD74304) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 43 and 04. RGB value is (215,67,4). Sum of RGB (Red+Green+Blue) = 215+67+4=286 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.17% from 286); Green value is 67 (26.56% from 255 or 23.43% from 286); Blue value is 4 (1.95% from 255 or 1.40% from 286); Max value from RGB is 215 - color contains mainly: red. Hex color #D74304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74304 is #28BCFB. Grayscale: #686868. Windows color (decimal): -2669820 or 279511. OLE color: 279511.

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

Color convert

RGB215674-
CMYK00.690.980.16
HSL17.91º96.35%42.94%-
HSV(B)17.91º98.14%84.31%-
XYZ30.0518.472.1-
YUV104.0771.53207.12-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 75.17%
GREEN value IS 67 (26.56% from 255) = 23.43%
BLUE value IS 4 (1.95% from 255) = 1.40%
R=75.17%
G=23.43%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21567400.690.980.1617.9196.3542.94
HexD7434045621012602b
Octal32710340105142202214053
Binary11010111100001110001000101110001010000100101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D74304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D74304; }

 p { color: rgb(215,67,4); }

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

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

 a { background-color: rgb(215,67,4); }

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

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

 span { border-color: rgb(215,67,4); }

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