Html Css Color HEX #D84D0E Tenne (Tawny)

📋 copy color: '#D84D0E'

red 216 ◦ green 77 ◦ blue 14

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

Shades of Tenne (Tawny) #D84D0E

Tints of Tenne (Tawny) #D84D0E

RGB

 RED value IS 216 (84.77% from 255) = 70.36%

 GREEN value IS 77 (30.47% from 255) = 25.08%

 BLUE value IS 14 (5.86% from 255) = 4.56%

R = 70.36%
G = 25.08%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D84D0E (or 0xD84D0E) is known color: Tenne (Tawny). HEX triplet: D8, 4D and 0E. RGB value is (216,77,14). Sum of RGB (Red+Green+Blue) = 216+77+14=307 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.36% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D84D0E is #27B2F1. Grayscale: #6F6F6F. Windows color (decimal): -2601714 or 937432. OLE color: 937432.

HSL color Cylindrical-coordinate representation of color #D84D0E: hue angle of 18.71º degrees, saturation: 0.88, 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 #D84D0E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 14 -
CMYK 0 0.64 0.94 0.15
HSL 18.71º 0.88% 0.45% -
HSV(B) 18.71º 0.94% 0.85% -
XYZ 31.05 19.94 2.63 -
YUV 111.38 73.05 202.62 -
System Red Green Blue C M Y K H S L
Decimal 216 77 14 0 0.64 0.94 0.15 18.71 0.88 0.45
Hex D8 4D E 0 40 5E F 13 58 2D
Octal 330 115 16 0 100 136 17 23 130 55
Binary 11011000 1001101 1110 0 1000000 1011110 1111 10011 1011000 101101

Color Harmonies of #D84D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D0E

Black with #D84D0E

Text Example


Text Example

White with #D84D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D0E; }

 p { color: rgb(216,77,14); }

 H1.HeaderClassName
 {
   color: #D84D0E;
 }
 .AnyTagClassName
 {
   color: #D84D0E;
 }
</style>

background-color css

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

 a { background-color: rgb(216,77,14); }

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

border-color css

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

 span { border-color: rgb(216,77,14); }

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