#D34803

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

Shades of Tenne (Tawny) #D34803

Tints of Tenne (Tawny) #D34803

Color information

#D34803 (or 0xD34803) is unknown color: approx Tenne (Tawny). HEX triplet: D3, 48 and 03. RGB value is (211,72,3). Sum of RGB (Red+Green+Blue) = 211+72+3=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 3 (1.56% from 255 or 1.05% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D34803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D34803 is #2CB7FC. Grayscale: #6A6A6A. Windows color (decimal): -2930685 or 215251. OLE color: 215251.

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

Color convert

RGB211723-
CMYK00.660.990.17
HSL19.9º97.2%41.96%-
HSV(B)19.9º98.58%82.75%-
XYZ29.218.492.12-
YUV105.770.05203.11-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 73.78%
GREEN value IS 72 (28.52% from 255) = 25.17%
BLUE value IS 3 (1.56% from 255) = 1.05%
R=73.78%
G=25.17%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21172300.660.990.1719.997.241.96
HexD3483042631114612a
Octal32311030102143212414152
Binary1101001110010001101000010110001110001101001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34803; }

 p { color: rgb(211,72,3); }

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

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

 a { background-color: rgb(211,72,3); }

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

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

 span { border-color: rgb(211,72,3); }

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