Html Css Color HEX #D85116 Tenne (Tawny)

📋 copy color: '#D85116'

red 216 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #D85116

Tints of Tenne (Tawny) #D85116

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 22 (8.98% from 255) = 6.9%

R = 67.71%
G = 25.39%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#D85116 (or 0xD85116) is known color: Tenne (Tawny). HEX triplet: D8, 51 and 16. RGB value is (216,81,22). Sum of RGB (Red+Green+Blue) = 216+81+22=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D85116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D85116 is #27AEE9. Grayscale: #737373. Windows color (decimal): -2600682 or 1462744. OLE color: 1462744.

HSL color Cylindrical-coordinate representation of color #D85116: hue angle of 18.25º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D85116 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 81 22 -
CMYK 0 0.62 0.90 0.15
HSL 18.25º 0.82% 0.47% -
HSV(B) 18.25º 0.9% 0.85% -
XYZ 31.41 20.54 3.07 -
YUV 114.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 216 81 22 0 0.62 0.90 0.15 18.25 0.82 0.47
Hex D8 51 16 0 3E 5A F 12 52 2F
Octal 330 121 26 0 76 132 17 22 122 57
Binary 11011000 1010001 10110 0 111110 1011010 1111 10010 1010010 101111

Color Harmonies of #D85116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85116

Black with #D85116

Text Example


Text Example

White with #D85116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85116; }

 p { color: rgb(216,81,22); }

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

background-color css

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

 a { background-color: rgb(216,81,22); }

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

border-color css

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

 span { border-color: rgb(216,81,22); }

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