#D04C0E

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

Shades of Tenne (Tawny) #D04C0E

Tints of Tenne (Tawny) #D04C0E

Color information

#D04C0E (or 0xD04C0E) is unknown color: approx Tenne (Tawny). HEX triplet: D0, 4C and 0E. RGB value is (208,76,14). Sum of RGB (Red+Green+Blue) = 208+76+14=298 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.80% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 14 (5.86% from 255 or 4.70% from 298); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04C0E is #2FB3F1. Grayscale: #6C6C6C. Windows color (decimal): -3126258 or 937168. OLE color: 937168.

HSL color Cylindrical-coordinate representation of color #D04C0E: hue angle of 19.18º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D04C0E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB2087614-
CMYK00.630.930.18
HSL19.18º87.39%43.53%-
HSV(B)19.18º93.27%81.57%-
XYZ28.6818.612.5-
YUV108.474.73199.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 69.80%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 14 (5.86% from 255) = 4.70%
R=69.80%
G=25.50%
B=4.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208761400.630.930.1819.1887.3943.53
HexD04CE03F5D1213572c
Octal32011416077135222312754
Binary11010000100110011100111111101110110010100111010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D04C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D04C0E; }

 p { color: rgb(208,76,14); }

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

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

 a { background-color: rgb(208,76,14); }

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

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

 span { border-color: rgb(208,76,14); }

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