Html Css Color HEX #D84F0D Tenne (Tawny)

📋 copy color: '#D84F0D'

red 216 ◦ green 79 ◦ blue 13

#D84F0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tenne (Tawny) #D84F0D

Tints of Tenne (Tawny) #D84F0D

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 value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D84F0D (or 0xD84F0D) is known color: 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

RGB 216 79 13 -
CMYK 0 0.63 0.94 0.15
HSL 19.51º 0.89% 0.45% -
HSV(B) 19.51º 0.94% 0.85% -
XYZ 31.19 20.22 2.64 -
YUV 112.44 71.89 201.87 -
System Red Green Blue C M Y K H S L
Decimal 216 79 13 0 0.63 0.94 0.15 19.51 0.89 0.45
Hex D8 4F D 0 3F 5E F 14 59 2D
Octal 330 117 15 0 77 136 17 24 131 55
Binary 11011000 1001111 1101 0 111111 1011110 1111 10100 1011001 101101

Color Harmonies of #D84F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84F0D

Black with #D84F0D

Text Example


Text Example

White with #D84F0D

Text Example


Text Example

HTML Codes & Css Web 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>