#D34F08

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

Shades of Tenne (Tawny) #D34F08

Tints of Tenne (Tawny) #D34F08

Color information

#D34F08 (or 0xD34F08) is unknown color: approx Tenne (Tawny). HEX triplet: D3, 4F and 08. RGB value is (211,79,8). Sum of RGB (Red+Green+Blue) = 211+79+8=298 (39% of max value = 765). Red value is 211 (82.81% from 255 or 70.81% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 8 (3.52% from 255 or 2.68% from 298); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D34F08 is #2CB0F7. Grayscale: #6E6E6E. Windows color (decimal): -2928888 or 544723. OLE color: 544723.

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

Color convert

RGB211798-
CMYK00.630.960.17
HSL20.99º92.69%42.94%-
HSV(B)20.99º96.21%82.75%-
XYZ29.719.462.42-
YUV110.3770.23199.77-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 70.81%
GREEN value IS 79 (31.25% from 255) = 26.51%
BLUE value IS 8 (3.52% from 255) = 2.68%
R=70.81%
G=26.51%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21179800.630.960.1720.9992.6942.94
HexD34F803F6011155d2b
Octal32311710077140212513553
Binary11010011100111110000111111110000010001101011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34F08; }

 p { color: rgb(211,79,8); }

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

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

 a { background-color: rgb(211,79,8); }

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

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

 span { border-color: rgb(211,79,8); }

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