#D84C00

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

Shades of Tenne (Tawny) #D84C00

Tints of Tenne (Tawny) #D84C00

Color information

#D84C00 (or 0xD84C00) is unknown color: approx Tenne (Tawny). HEX triplet: D8, 4C and 00. RGB value is (216,76,0). Sum of RGB (Red+Green+Blue) = 216+76+0=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 76 (30.08% from 255 or 26.03% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D84C00 is #27B3FF. Grayscale: #6D6D6D. Windows color (decimal): -2601984 or 19672. OLE color: 19672.

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

Color convert

RGB216760-
CMYK00.6510.15
HSL21.11º100%42.35%-
HSV(B)21.11º100%84.71%-
XYZ30.919.772.19-
YUV109.266.38204.18-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 73.97%
GREEN value IS 76 (30.08% from 255) = 26.03%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.97%
G=26.03%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21676000.6510.1521.1110042.35
HexD84C004164F15642a
Octal33011400101144172514452
Binary11011000100110000100000111001001111101011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C00; }

 p { color: rgb(216,76,0); }

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

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

 a { background-color: rgb(216,76,0); }

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

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

 span { border-color: rgb(216,76,0); }

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