#D84201

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

Shades of Tenne (Tawny) #D84201

Tints of Tenne (Tawny) #D84201

Color information

#D84201 (or 0xD84201) is unknown color: approx Tenne (Tawny). HEX triplet: D8, 42 and 01. RGB value is (216,66,1). Sum of RGB (Red+Green+Blue) = 216+66+1=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D84201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84201 is #27BDFE. Grayscale: #676767. Windows color (decimal): -2604543 or 82648. OLE color: 82648.

HSL color Cylindrical-coordinate representation of color #D84201: hue angle of 18.14º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D84201 is Cyan = 0, Magento = 0.69, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB216661-
CMYK00.691.000.15
HSL18.14º99.08%42.55%-
HSV(B)18.14º99.54%84.71%-
XYZ30.2718.52-
YUV103.4470.19208.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 76.33%
GREEN value IS 66 (26.17% from 255) = 23.32%
BLUE value IS 1 (0.78% from 255) = 0.35%
R=76.33%
G=23.32%
B=0.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21666100.691.000.1518.1499.0842.55
HexD842104564F12632b
Octal33010210105144172214353
Binary11011000100001010100010111001001111100101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84201; }

 p { color: rgb(216,66,1); }

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

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

 a { background-color: rgb(216,66,1); }

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

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

 span { border-color: rgb(216,66,1); }

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