Html Css Color HEX #D8520E Tenne (Tawny)

📋 copy color: '#D8520E'

red 216 ◦ green 82 ◦ blue 14

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

Shades of Tenne (Tawny) #D8520E

Tints of Tenne (Tawny) #D8520E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

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

R = 69.23%
G = 26.28%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8520E (or 0xD8520E) is known color: Tenne (Tawny). HEX triplet: D8, 52 and 0E. RGB value is (216,82,14). Sum of RGB (Red+Green+Blue) = 216+82+14=312 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.23% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 14 (5.86% from 255 or 4.49% from 312); Max value from RGB is 216 - color contains mainly: red. Hex color #D8520E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8520E is #27ADF1. Grayscale: #727272. Windows color (decimal): -2600434 or 938712. OLE color: 938712.

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

Color convert

RGB 216 82 14 -
CMYK 0 0.62 0.94 0.15
HSL 20.2º 0.88% 0.45% -
HSV(B) 20.2º 0.94% 0.85% -
XYZ 31.42 20.67 2.75 -
YUV 114.31 71.39 200.53 -
System Red Green Blue C M Y K H S L
Decimal 216 82 14 0 0.62 0.94 0.15 20.2 0.88 0.45
Hex D8 52 E 0 3E 5E F 14 58 2D
Octal 330 122 16 0 76 136 17 24 130 55
Binary 11011000 1010010 1110 0 111110 1011110 1111 10100 1011000 101101

Color Harmonies of #D8520E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8520E

Black with #D8520E

Text Example


Text Example

White with #D8520E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8520E; }

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

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

background-color css

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

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

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

border-color css

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

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

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