Html Css Color HEX #D8500D Tenne (Tawny)

📋 copy color: '#D8500D'

red 216 ◦ green 80 ◦ blue 13

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

Shades of Tenne (Tawny) #D8500D

Tints of Tenne (Tawny) #D8500D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

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

R = 69.9%
G = 25.89%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8500D (or 0xD8500D) is known color: Tenne (Tawny). HEX triplet: D8, 50 and 0D. RGB value is (216,80,13). Sum of RGB (Red+Green+Blue) = 216+80+13=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8500D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8500D is #27AFF2. Grayscale: #717171. Windows color (decimal): -2600947 or 872664. OLE color: 872664.

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

Color convert

RGB 216 80 13 -
CMYK 0 0.63 0.94 0.15
HSL 19.8º 0.89% 0.45% -
HSV(B) 19.8º 0.94% 0.85% -
XYZ 31.26 20.37 2.66 -
YUV 113.03 71.56 201.45 -
System Red Green Blue C M Y K H S L
Decimal 216 80 13 0 0.63 0.94 0.15 19.8 0.89 0.45
Hex D8 50 D 0 3F 5E F 14 59 2D
Octal 330 120 15 0 77 136 17 24 131 55
Binary 11011000 1010000 1101 0 111111 1011110 1111 10100 1011001 101101

Color Harmonies of #D8500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8500D

Black with #D8500D

Text Example


Text Example

White with #D8500D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8500D; }

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

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

background-color css

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

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

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

border-color css

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

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

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