#D7480C

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

Shades of Tenne (Tawny) #D7480C

Tints of Tenne (Tawny) #D7480C

Color information

#D7480C (or 0xD7480C) is unknown color: approx Tenne (Tawny). HEX triplet: D7, 48 and 0C. RGB value is (215,72,12). Sum of RGB (Red+Green+Blue) = 215+72+12=299 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.91% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 215 - color contains mainly: red. Hex color #D7480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7480C is #28B7F3. Grayscale: #6C6C6C. Windows color (decimal): -2668532 or 805079. OLE color: 805079.

HSL color Cylindrical-coordinate representation of color #D7480C: hue angle of 17.73º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7480C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB2157212-
CMYK00.670.940.16
HSL17.73º89.43%44.51%-
HSV(B)17.73º94.42%84.31%-
XYZ30.4119.112.43-
YUV107.9273.88204.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 71.91%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 12 (5.08% from 255) = 4.01%
R=71.91%
G=24.08%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215721200.670.940.1617.7389.4344.51
HexD748C0435E1012592d
Octal327110140103136202213155
Binary110101111001000110001000011101111010000100101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7480C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7480C; }

 p { color: rgb(215,72,12); }

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

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

 a { background-color: rgb(215,72,12); }

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

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

 span { border-color: rgb(215,72,12); }

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