Html Css Color HEX #D85811 Tenne (Tawny)

📋 copy color: '#D85811'

red 216 ◦ green 88 ◦ blue 17

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

Shades of Tenne (Tawny) #D85811

Tints of Tenne (Tawny) #D85811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.41%

 BLUE value IS 17 (7.03% from 255) = 5.3%

R = 67.29%
G = 27.41%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D85811 (or 0xD85811) is known color: Tenne (Tawny). HEX triplet: D8, 58 and 11. RGB value is (216,88,17). Sum of RGB (Red+Green+Blue) = 216+88+17=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 17 (7.03% from 255 or 5.30% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D85811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85811 is #27A7EE. Grayscale: #767676. Windows color (decimal): -2598895 or 1136856. OLE color: 1136856.

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

Color convert

RGB 216 88 17 -
CMYK 0 0.59 0.92 0.15
HSL 21.41º 0.85% 0.46% -
HSV(B) 21.41º 0.92% 0.85% -
XYZ 31.91 21.62 3.02 -
YUV 118.18 70.91 197.77 -
System Red Green Blue C M Y K H S L
Decimal 216 88 17 0 0.59 0.92 0.15 21.41 0.85 0.46
Hex D8 58 11 0 3B 5C F 15 55 2E
Octal 330 130 21 0 73 134 17 25 125 56
Binary 11011000 1011000 10001 0 111011 1011100 1111 10101 1010101 101110

Color Harmonies of #D85811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85811

Black with #D85811

Text Example


Text Example

White with #D85811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85811; }

 p { color: rgb(216,88,17); }

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

background-color css

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

 a { background-color: rgb(216,88,17); }

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

border-color css

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

 span { border-color: rgb(216,88,17); }

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