Html Css Color HEX #D8510E Tenne (Tawny)

📋 copy color: '#D8510E'

red 216 ◦ green 81 ◦ blue 14

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

Shades of Tenne (Tawny) #D8510E

Tints of Tenne (Tawny) #D8510E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 69.45%
G = 26.05%
B = 4.5%

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

#D8510E (or 0xD8510E) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 0E. RGB value is (216,81,14). Sum of RGB (Red+Green+Blue) = 216+81+14=311 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.45% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 216 - color contains mainly: red. Hex color #D8510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8510E is #27AEF1. Grayscale: #727272. Windows color (decimal): -2600690 or 938456. OLE color: 938456.

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

Color convert

RGB 216 81 14 -
CMYK 0 0.62 0.94 0.15
HSL 19.9º 0.88% 0.45% -
HSV(B) 19.9º 0.94% 0.85% -
XYZ 31.34 20.52 2.72 -
YUV 113.73 71.73 200.95 -
System Red Green Blue C M Y K H S L
Decimal 216 81 14 0 0.62 0.94 0.15 19.9 0.88 0.45
Hex D8 51 E 0 3E 5E F 14 58 2D
Octal 330 121 16 0 76 136 17 24 130 55
Binary 11011000 1010001 1110 0 111110 1011110 1111 10100 1011000 101101

Color Harmonies of #D8510E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8510E

Black with #D8510E

Text Example


Text Example

White with #D8510E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8510E; }

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

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

background-color css

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

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

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

border-color css

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

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

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