Html Css Color HEX #D8510D Tenne (Tawny)

📋 copy color: '#D8510D'

red 216 ◦ green 81 ◦ blue 13

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

Shades of Tenne (Tawny) #D8510D

Tints of Tenne (Tawny) #D8510D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.19%

R = 69.68%
G = 26.13%
B = 4.19%

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

#D8510D (or 0xD8510D) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 0D. RGB value is (216,81,13). Sum of RGB (Red+Green+Blue) = 216+81+13=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D8510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8510D is #27AEF2. Grayscale: #727272. Windows color (decimal): -2600691 or 872920. OLE color: 872920.

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

Color convert

RGB 216 81 13 -
CMYK 0 0.62 0.94 0.15
HSL 20.1º 0.89% 0.45% -
HSV(B) 20.1º 0.94% 0.85% -
XYZ 31.33 20.51 2.69 -
YUV 113.61 71.23 201.03 -
System Red Green Blue C M Y K H S L
Decimal 216 81 13 0 0.62 0.94 0.15 20.1 0.89 0.45
Hex D8 51 D 0 3E 5E F 14 59 2D
Octal 330 121 15 0 76 136 17 24 131 55
Binary 11011000 1010001 1101 0 111110 1011110 1111 10100 1011001 101101

Color Harmonies of #D8510D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8510D

Black with #D8510D

Text Example


Text Example

White with #D8510D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8510D; }

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

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

background-color css

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

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

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

border-color css

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

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

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