Html Css Color HEX #D8540D Tenne (Tawny)

📋 copy color: '#D8540D'

red 216 ◦ green 84 ◦ blue 13

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

Shades of Tenne (Tawny) #D8540D

Tints of Tenne (Tawny) #D8540D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.84%

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

R = 69.01%
G = 26.84%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8540D (or 0xD8540D) is known color: Tenne (Tawny). HEX triplet: D8, 54 and 0D. RGB value is (216,84,13). Sum of RGB (Red+Green+Blue) = 216+84+13=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D8540D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8540D is #27ABF2. Grayscale: #737373. Windows color (decimal): -2599923 or 873688. OLE color: 873688.

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

Color convert

RGB 216 84 13 -
CMYK 0 0.61 0.94 0.15
HSL 20.99º 0.89% 0.45% -
HSV(B) 20.99º 0.94% 0.85% -
XYZ 31.56 20.97 2.76 -
YUV 115.37 70.23 199.77 -
System Red Green Blue C M Y K H S L
Decimal 216 84 13 0 0.61 0.94 0.15 20.99 0.89 0.45
Hex D8 54 D 0 3D 5E F 15 59 2D
Octal 330 124 15 0 75 136 17 25 131 55
Binary 11011000 1010100 1101 0 111101 1011110 1111 10101 1011001 101101

Color Harmonies of #D8540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8540D

Black with #D8540D

Text Example


Text Example

White with #D8540D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8540D; }

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

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

background-color css

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

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

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

border-color css

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

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

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