#D8500D

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

Shades of Tenne (Tawny) #D8500D

Tints of Tenne (Tawny) #D8500D

Color information

#D8500D (or 0xD8500D) is unknown color: approx Tenne (Tawny). HEX triplet: D8, 50 and 0D. RGB value is (216,80,13). Sum of RGB (Red+Green+Blue) = 216+80+13=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8500D is #27AFF2. Grayscale: #717171. Windows color (decimal): -2600947 or 872664. OLE color: 872664.

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

Color convert

RGB2168013-
CMYK00.630.940.15
HSL19.8º88.65%44.9%-
HSV(B)19.8º93.98%84.71%-
XYZ31.2620.372.66-
YUV113.0371.56201.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 69.90%
GREEN value IS 80 (31.64% from 255) = 25.89%
BLUE value IS 13 (5.47% from 255) = 4.21%
R=69.90%
G=25.89%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216801300.630.940.1519.888.6544.9
HexD850D03F5EF14592d
Octal33012015077136172413155
Binary1101100010100001101011111110111101111101001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8500D; }

 p { color: rgb(216,80,13); }

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

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

 a { background-color: rgb(216,80,13); }

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

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

 span { border-color: rgb(216,80,13); }

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