Html Css Color HEX #D65116 Tenne (Tawny)

📋 copy color: '#D65116'

red 214 ◦ green 81 ◦ blue 22

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

Shades of Tenne (Tawny) #D65116

Tints of Tenne (Tawny) #D65116

RGB

 RED value IS 214 (83.98% from 255) = 67.51%

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

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

R = 67.51%
G = 25.55%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D65116 (or 0xD65116) is known color: Tenne (Tawny). HEX triplet: D6, 51 and 16. RGB value is (214,81,22). Sum of RGB (Red+Green+Blue) = 214+81+22=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 22 (8.98% from 255 or 6.94% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D65116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D65116 is #29AEE9. Grayscale: #727272. Windows color (decimal): -2731754 or 1462742. OLE color: 1462742.

HSL color Cylindrical-coordinate representation of color #D65116: hue angle of 18.44º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D65116 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 81 22 -
CMYK 0 0.62 0.90 0.16
HSL 18.44º 0.81% 0.46% -
HSV(B) 18.44º 0.9% 0.84% -
XYZ 30.82 20.24 3.04 -
YUV 114.04 76.06 199.3 -
System Red Green Blue C M Y K H S L
Decimal 214 81 22 0 0.62 0.90 0.16 18.44 0.81 0.46
Hex D6 51 16 0 3E 5A 10 12 51 2E
Octal 326 121 26 0 76 132 20 22 121 56
Binary 11010110 1010001 10110 0 111110 1011010 10000 10010 1010001 101110

Color Harmonies of #D65116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65116

Black with #D65116

Text Example


Text Example

White with #D65116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65116; }

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

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

background-color css

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

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

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

border-color css

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

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

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