Html Css Color HEX #D8600D Tenne (Tawny)

📋 copy color: '#D8600D'

red 216 ◦ green 96 ◦ blue 13

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

Shades of Tenne (Tawny) #D8600D

Tints of Tenne (Tawny) #D8600D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.54%

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

R = 66.46%
G = 29.54%
B = 4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8600D (or 0xD8600D) is known color: Tenne (Tawny). HEX triplet: D8, 60 and 0D. RGB value is (216,96,13). Sum of RGB (Red+Green+Blue) = 216+96+13=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 13 (5.47% from 255 or 4% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D8600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D8600D is #279FF2. Grayscale: #7A7A7A. Windows color (decimal): -2596851 or 876760. OLE color: 876760.

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

Color convert

RGB 216 96 13 -
CMYK 0 0.56 0.94 0.15
HSL 24.53º 0.89% 0.45% -
HSV(B) 24.53º 0.94% 0.85% -
XYZ 32.57 22.99 3.1 -
YUV 122.42 66.26 194.75 -
System Red Green Blue C M Y K H S L
Decimal 216 96 13 0 0.56 0.94 0.15 24.53 0.89 0.45
Hex D8 60 D 0 38 5E F 19 59 2D
Octal 330 140 15 0 70 136 17 31 131 55
Binary 11011000 1100000 1101 0 111000 1011110 1111 11001 1011001 101101

Color Harmonies of #D8600D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8600D

Black with #D8600D

Text Example


Text Example

White with #D8600D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8600D; }

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

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

background-color css

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

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

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

border-color css

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

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

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