Html Css Color HEX #D86607 Tenne (Tawny)

📋 copy color: '#D86607'

red 216 ◦ green 102 ◦ blue 7

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

Shades of Tenne (Tawny) #D86607

Tints of Tenne (Tawny) #D86607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 7 (3.13% from 255) = 2.15%

R = 66.46%
G = 31.38%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D86607 (or 0xD86607) is known color: Tenne (Tawny). HEX triplet: D8, 66 and 07. RGB value is (216,102,7). Sum of RGB (Red+Green+Blue) = 216+102+7=325 (43% of max value = 765). Red value is 216 (84.77% from 255 or 66.46% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 7 (3.12% from 255 or 2.15% from 325); Max value from RGB is 216 - color contains mainly: red. Hex color #D86607 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D86607 is #2799F8. Grayscale: #7D7D7D. Windows color (decimal): -2595321 or 485080. OLE color: 485080.

HSL color Cylindrical-coordinate representation of color #D86607: hue angle of 27.27º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D86607 is Cyan = 0, Magento = 0.53, Yellow = 0.97 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 102 7 -
CMYK 0 0.53 0.97 0.15
HSL 27.27º 0.94% 0.44% -
HSV(B) 27.27º 0.97% 0.85% -
XYZ 33.11 24.12 3.11 -
YUV 125.26 61.27 192.72 -
System Red Green Blue C M Y K H S L
Decimal 216 102 7 0 0.53 0.97 0.15 27.27 0.94 0.44
Hex D8 66 7 0 35 61 F 1B 5E 2C
Octal 330 146 7 0 65 141 17 33 136 54
Binary 11011000 1100110 111 0 110101 1100001 1111 11011 1011110 101100

Color Harmonies of #D86607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D86607

Black with #D86607

Text Example


Text Example

White with #D86607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D86607; }

 p { color: rgb(216,102,7); }

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

background-color css

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

 a { background-color: rgb(216,102,7); }

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

border-color css

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

 span { border-color: rgb(216,102,7); }

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