#D34C07

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

Shades of Tenne (Tawny) #D34C07

Tints of Tenne (Tawny) #D34C07

Color information

#D34C07 (or 0xD34C07) is unknown color: approx Tenne (Tawny). HEX triplet: D3, 4C and 07. RGB value is (211,76,7). Sum of RGB (Red+Green+Blue) = 211+76+7=294 (38% of max value = 765). Red value is 211 (82.81% from 255 or 71.77% from 294); Green value is 76 (30.08% from 255 or 25.85% from 294); Blue value is 7 (3.12% from 255 or 2.38% from 294); Max value from RGB is 211 - color contains mainly: red. Hex color #D34C07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34C07 is #2CB3F8. Grayscale: #6C6C6C. Windows color (decimal): -2929657 or 478419. OLE color: 478419.

HSL color Cylindrical-coordinate representation of color #D34C07: hue angle of 20.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D34C07 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB211767-
CMYK00.640.970.17
HSL20.29º93.58%42.75%-
HSV(B)20.29º96.68%82.75%-
XYZ29.4919.032.32-
YUV108.570.73201.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 71.77%
GREEN value IS 76 (30.08% from 255) = 25.85%
BLUE value IS 7 (3.12% from 255) = 2.38%
R=71.77%
G=25.85%
B=2.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.97
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21176700.640.970.1720.2993.5842.75
HexD34C70406111145e2b
Octal32311470100141212413653
Binary11010011100110011101000000110000110001101001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34C07; }

 p { color: rgb(211,76,7); }

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

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

 a { background-color: rgb(211,76,7); }

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

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

 span { border-color: rgb(211,76,7); }

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