Html Css Color HEX #D85611 Tenne (Tawny)

📋 copy color: '#D85611'

red 216 ◦ green 86 ◦ blue 17

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

Shades of Tenne (Tawny) #D85611

Tints of Tenne (Tawny) #D85611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

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

R = 67.71%
G = 26.96%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D85611 (or 0xD85611) is known color: Tenne (Tawny). HEX triplet: D8, 56 and 11. RGB value is (216,86,17). Sum of RGB (Red+Green+Blue) = 216+86+17=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 17 (7.03% from 255 or 5.33% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D85611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85611 is #27A9EE. Grayscale: #757575. Windows color (decimal): -2599407 or 1136344. OLE color: 1136344.

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

Color convert

RGB 216 86 17 -
CMYK 0 0.60 0.92 0.15
HSL 20.8º 0.85% 0.46% -
HSV(B) 20.8º 0.92% 0.85% -
XYZ 31.75 21.29 2.97 -
YUV 117 71.57 198.61 -
System Red Green Blue C M Y K H S L
Decimal 216 86 17 0 0.60 0.92 0.15 20.8 0.85 0.46
Hex D8 56 11 0 3C 5C F 15 55 2E
Octal 330 126 21 0 74 134 17 25 125 56
Binary 11011000 1010110 10001 0 111100 1011100 1111 10101 1010101 101110

Color Harmonies of #D85611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85611

Black with #D85611

Text Example


Text Example

White with #D85611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85611; }

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

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

background-color css

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

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

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

border-color css

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

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

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