Html Css Color HEX #D86400 Tenne (Tawny)

📋 copy color: '#D86400'

red 216 ◦ green 100 ◦ blue 0

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

Shades of Tenne (Tawny) #D86400

Tints of Tenne (Tawny) #D86400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.35%
G = 31.65%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D86400 (or 0xD86400) is known color: Tenne (Tawny). HEX triplet: D8, 64 and 00. RGB value is (216,100,0). Sum of RGB (Red+Green+Blue) = 216+100+0=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D86400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86400 is #279BFF. Grayscale: #7B7B7B. Windows color (decimal): -2595840 or 25816. OLE color: 25816.

HSL color Cylindrical-coordinate representation of color #D86400: hue angle of 27.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D86400 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 100 0 -
CMYK 0 0.54 1 0.15
HSL 27.78º 1% 0.42% -
HSV(B) 27.78º 1% 0.85% -
XYZ 32.88 23.71 2.84 -
YUV 123.28 58.43 194.13 -
System Red Green Blue C M Y K H S L
Decimal 216 100 0 0 0.54 1 0.15 27.78 1 0.42
Hex D8 64 0 0 36 64 F 1C 64 2A
Octal 330 144 0 0 66 144 17 34 144 52
Binary 11011000 1100100 0 0 110110 1100100 1111 11100 1100100 101010

Color Harmonies of #D86400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86400

Black with #D86400

Text Example


Text Example

White with #D86400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86400; }

 p { color: rgb(216,100,0); }

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

background-color css

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

 a { background-color: rgb(216,100,0); }

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

border-color css

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

 span { border-color: rgb(216,100,0); }

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