#D84F0D

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

Shades of Tenne (Tawny) #D84F0D

Tints of Tenne (Tawny) #D84F0D

Color information

#D84F0D (or 0xD84F0D) is unknown color: approx Tenne (Tawny). HEX triplet: D8, 4F and 0D. RGB value is (216,79,13). Sum of RGB (Red+Green+Blue) = 216+79+13=308 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.13% from 308); Green value is 79 (31.25% from 255 or 25.65% from 308); Blue value is 13 (5.47% from 255 or 4.22% from 308); Max value from RGB is 216 - color contains mainly: red. Hex color #D84F0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84F0D is #27B0F2. Grayscale: #707070. Windows color (decimal): -2601203 or 872408. OLE color: 872408.

HSL color Cylindrical-coordinate representation of color #D84F0D: hue angle of 19.51º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D84F0D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB2167913-
CMYK00.630.940.15
HSL19.51º88.65%44.9%-
HSV(B)19.51º93.98%84.71%-
XYZ31.1920.222.64-
YUV112.4471.89201.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 70.13%
GREEN value IS 79 (31.25% from 255) = 25.65%
BLUE value IS 13 (5.47% from 255) = 4.22%
R=70.13%
G=25.65%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216791300.630.940.1519.5188.6544.9
HexD84FD03F5EF14592d
Octal33011715077136172413155
Binary1101100010011111101011111110111101111101001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84F0D; }

 p { color: rgb(216,79,13); }

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

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

 a { background-color: rgb(216,79,13); }

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

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

 span { border-color: rgb(216,79,13); }

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